Skip to content

v0.2.0

Compare
Choose a tag to compare
@petreeftime petreeftime released this 24 Mar 09:37
· 44 commits to main since this release
ca317b7
  • Bump serde_with version.
  • CBOR tags support: can add and verify tags on COSESign1.
  • Use PKey instead of EcKey. Just an interface change, RSA not supported yet. (thanks @puiterwijk) This will likely change again in the future to support #5.
  • Implement std::error::Error for COSEError (thanks @puiterwijk)