mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
stub out password generator page functionality
This commit is contained in:
@@ -21,6 +21,8 @@ namespace Bit.Core.Abstractions
|
||||
Task<byte[]> RsaExtractPublicKeyAsync(byte[] privateKey);
|
||||
Task<Tuple<byte[], byte[]>> RsaGenerateKeyPairAsync(int length);
|
||||
Task<byte[]> RandomBytesAsync(int length);
|
||||
byte[] RandomBytes(int length);
|
||||
Task<uint> RandomNumberAsync();
|
||||
uint RandomNumber();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user