v0.1.7 (2024-10-25)
- Add support for
lpc55-hal
0.4 behind alpc55-v0.4
feature
v0.1.6 (2025-08-13)
- Fix
ExportObject
for large keys (NIST-P521 and brainpoolp512) (#16)
v0.1.5 (2025-06-06)
- Implement Debug, PartialEq, Eq, Clone and Copy on all relevant structs (#15)
v0.1.4 (2024-05-27)
ReadEcCurveListResponse
:is_set
to get wether a curve is set or not (#13)
- Added deprecation warning to
create_and_set_curve
(#13)
v0.1.3 (2023-04-11)
- Added
create_and_set_curve_params
to aid the compiler optimize-out curve constants (#5) - Fix rustdoc warnings (#6)
- Fix README example (#7)
- Removed unneeded
impl
block in codegen (#4) - Fix lints (#3)
- Removed unused byteorder dependency (#3)
- Use latest serde-bytes rather than serde-byte-array (#3)
v0.1.2 (2023-12-14)
- Use
&dyn
to reduce the reliance on monomorphization and therefore save in binary size. - Update typed-builder to version
0.18.0
- Improve documentation on docs.rs
- Clippy warning
v0.1.1 (2023-11-24 )
Initial crates.io release.
This release contains a T=1 driver and the definition for most commands for the SE050 secure element.