Remove unused function
This commit is contained in:
parent
092ef54c71
commit
0daecf3924
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue