crypto_keys 0.3.0+1 crypto_keys: ^0.3.0+1 copied to clipboard
A library for doing cryptographic signing/verifying and encrypting/decrypting.
Run pub run example/signing_example.dart
in the root of the package, for an example of crypto signing.
Run pub run example/encryption_example.dart
in the root of the package, for an example of encryption.