p2p/crypto/key_generator library
Classes
Functions
-
fortunaRandom(
) → SecureRandom -
generateEd25519KeyPair(
) → Future< KeyPair> - Generates an Ed25519 key pair using the Cryptography package
-
generateRSAKeyPair(
{int bits = 2048}) → Future< KeyPair> - Generates an RSA key pair using the pointycastle package
-
generateSecureRandomBytes(
) → Uint8List