Hi Folks! A new release of <Signum>, our KMP cryp...
# feed
b
Hi Folks! A new release of Signum, our KMP crypto library, is ready. This time around with an exciting new core feature: platform-native in-hardware ECDH key agreement on Android and iOS! We've also improved performance and added more comprehensive PEM encoding since 3.12.0. Aside from that, our COSE and certificate parsers are now more forgiving (without sacrificing correctness) and we fixed some small bugs. There's even more exciting news: We're finally close to releasing symmetric encryption and HMAC support! Check out the docs and stay tuned for the next release!
🚀 2
❤️ 13
FYI, we're happy to receive feedback on the API before symmetric encryption hits the next release! If you want to test it out just add
maven("<https://s01.oss.sonatype.org/content/repositories/snapshots>")
to your repositories and add
at.asitplus.signum:supreme:0.8.0-SNAPSHOT
to your dependencies. Check the PR for documentation and testcases, showing how to use symmetric encryption.