Replies: 4 comments 9 replies
-
Will you be using context parameters to achieve this new API? As for the name, I'd say kotlinx-crypto? 😜 |
Beta Was this translation helpful? Give feedback.
-
It's not particularly original, but what about |
Beta Was this translation helpful? Give feedback.
-
What about |
Beta Was this translation helpful? Give feedback.
-
Few suggestions:
I don't know, naming is hard! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
cryptography-kotlin
name is nice, but it's long, hard to remember, not unique, and not ready for the Next 25 years (thanks to @martinbonnin for the great talk BTW)Later this year (hopefully), I would like to introduce a HUGE breaking change to the API to make it easier to use, easier to evolve, and have a better split of synchronous and asynchronous APIs (and so remove confusing
blocking
suffixes).This breaking change will be a bit easier if the package/dependency names are changed to facilitate automatic migration (via
ReplaceWith
).This breaking change is the last step before the 1.0.0 release!
That's why I would like to hear from you:
Do you think it makes sense to come up with a new name for the library, like
decrypto
or anything else?(Suggestions for the library name are welcome.)
P.S. A small sneak peek at the new API, of course, the API is subject to change:
Digest:
HMAC:
Beta Was this translation helpful? Give feedback.
All reactions