Remove unused function

This commit is contained in:
Vishnu Mohandas 2020-10-01 04:44:20 +05:30
parent 092ef54c71
commit 0daecf3924

View file

@ -156,10 +156,6 @@ class CryptoUtil {
return Computer().compute(chachaDecrypt, param: args);
}
static Uint8List getSecureRandomBytes({int length = 32}) {
return Sodium.randombytesBuf(length);
}
static Uint8List generateMasterKey() {
return Sodium.cryptoKdfKeygen();
}