Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 713 Bytes

Secure P256 Flutter plugin

Pub License

A Flutter plugin that support secp256r1 by Keystore on Android and Secure Enclave on iOS.

This is rewrite of flutter_secp256r1 without dependence on agent_dart for our use case. uses flutter_cryptography built in aes256gcm for encrypt/decrypt.

Methods

  • SecureP256.getPublicKey
  • SecureP256.sign
  • SecureP256.verify