planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

Kotlin: Add more flexibility to `SignedMessage` (similar to #34) #39

Closed Galacticai closed 4 months ago

Galacticai commented 4 months ago

Similar to #34

Update to fix the SignedMessage problem so it can be instantiated without a key if needed

TODO: integrity tests TODO: publish the package so it can be imported in spring example


The file .../test/.../IOUtils.kt is just for convenience and was only added to the test namespace (I originally made it for Flare Converter)