mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
crypto service implementation
This commit is contained in:
@@ -21,5 +21,6 @@ namespace Bit.Core.Abstractions
|
||||
Task<byte[]> RsaExtractPublicKeyAsync(byte[] privateKey);
|
||||
Task<Tuple<byte[], byte[]>> RsaGenerateKeyPairAsync(int length);
|
||||
Task<byte[]> RandomBytesAsync(int length);
|
||||
Task<uint> RandomNumberAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user