darkbio_crypto 0.15.0 copy "darkbio_crypto: ^0.15.0" to clipboard
darkbio_crypto: ^0.15.0 copied to clipboard

Post-quantum cryptography in Flutter, backed by Rust FFI

Changelog #

0.15.0 #

  • Wrap darkbio-crypto v0.15.0

0.13.1 #

  • Fix CWT verification issue due to CBOR package bug

0.13.0 #

  • Wrap darkbio-crypto v0.13.0
  • Add xHPKE Sender/Receiver multi-message encryption contexts
  • Add CWT (CBOR Web Token) support with typed CWT and EAT claims

0.11.11 #

  • Wrap darkbio-crypto v0.11.11
  • Bring version number into sync with ecosystem

0.3.2 #

  • Fix build script that was referencing old podfile

0.3.1 #

  • Wrap darkbio-crypto v0.11.9

0.3.0 #

  • Expose CBOR verification, enforce it through COSE
  • Wrap darkbio-crypto v0.11.7

0.2.1 #

  • Fix iOS symbol stripping in published package
  • Wrap darkbio-crypto v0.11.6

0.2.0 #

  • Patch binary symbol table on iOS/macOS for parallel loading
  • Wrap darkbio-crypto v0.11.5 to fix an upstream version issue

0.1.4 #

  • Remove stale duplicate FRB generated code

0.1.3 #

  • Fix iOS bundle to load statically

0.1.2 #

  • Create whole outer wrapper for cleaner docs

0.1.1 #

  • Version bump for pub.dev publishing

0.1.0 #

  • Test release wrapping the darkbio-crypto v0.11.4 Rust crate