Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.48 KB

File metadata and controls

49 lines (31 loc) · 1.48 KB

Changelog

  • Move RsaImportFormat and RsaPublicParts to the trussed-rsa-types crate.

v0.3.0 (2025-07-31)

  • Use trussed-core and remove default features for trussed.
  • Add MECHANISMS constant with the implemented mechanisms.
  • Use SerializedKey instead of Bytes<MAX_KEY_MATERIAL_LENGTH> when serializing keys.

v0.2.1 (2024-06-21)

  • Fix missing zeros of RSA implementation (#12)

v0.2.0 (2024-03-22)

  • Improve documentation (#4, #5, #7)
  • Update dependencies:
    • trussed (#6)
    • rsa (#8)

v0.1.0 (2023-04-13)

Initial release