rsa/rsa library

Classes

Rsa4096
RSA implementation with a 4096 bit key

Functions

sign({required RSAPrivateKey privateKey, required List<int> data}) String
Sign some binary data with the provided Private Key
verify({required RSAPublicKey publicKey, required String serializedSignature}) bool
Verify some signed binary data (sierlized in Cryppo's signature serliazation format) with the provided Public Key