Add support for salts and crypto
[iotcloud.git] / src / java / iotcloud / Table.java
index 26fc7a1802c6db014f63979fd24c9746f0e45a24..028025f04ffcb8720f05e623ea55dc8d0efaa361 100644 (file)
@@ -62,6 +62,7 @@ final public class Table {
        }
 
        public void initTable() {
+               cloud.setSalt();//Set the salt
                Slot s=new Slot(1, localmachineid);
                TableStatus status=new TableStatus(s, numslots);
                s.addEntry(status);