a-sit-plus / signum

Kotlin Multiplatform Crypto/PKI Library and ASN1 Parser + Encoder
https://a-sit-plus.github.io/signum/
Apache License 2.0
76 stars 6 forks source link

fix cose signed equals #160

Closed JesusMcCloud closed 1 month ago

JesusMcCloud commented 1 month ago

Still assumes that whatever is passed to ByteStringWrapper correctly implements equals. If you pass an Array of something, it will break. This is broken in Kotlin and properly working around this is really, really, really tedious.