github a-sit-plus/signum 3.12.0
3.12.0 (Supreme 0.6.2)

latest releases: 3.17.0, 3.16.3, 0.8.3...
8 months ago
  • Fix COSE signature verification (this is breaking change in indispensable-cosef):
    • Introduce class CoseSignedBytes which holds the bytes as transmitted on the wire
    • Add property wireFormat to CoseSigned to hold those bytes
    • Create new CoseSigned objects by calling CoseSigned.create() instead of using a constructor
    • Prepare COSE signature input by calling CoseSigned.prepare()
    • In CoseSigned, member protectedHeader is now a CoseHeader, not a ByteStringWrapper<CoseHeader>
    • In CoseSigned, member rawSignature (ByteArray) is now signature (CryptoSignature.RawByteEncodable)

Don't miss a new signum release

NewReleases is sending notifications on new releases.