2 releases

0.1.2 Oct 17, 2024
0.1.0 Oct 9, 2024

#1376 in Cryptography

MIT license

795KB
834 lines

mittlife_cycles

the mittwald extension signature verifier.



Purpose

mittlife_cycles is a crate to verify mittwald marketplace signatures for your extension backends written in rust.

Sample

The sample backend implemented here does NOTHING beside verifying the signature.

To run the simple example using poem use

cargo run --example simple

Features

mittlife_cycles comes with feature flags to add built-in header-support different web-frameworks:

  • poemheader - For poem - default
  • actixheader - for actix

License

MIT

Cheers

Dependencies

~7–26MB
~334K SLoC