Breaking API changes coming #2
05nelsonm
announced in
Announcements
Replies: 1 comment
-
It's either fix it now while the libraries are young, or fix it later. Gotta rip the band-aid off either way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am sad to write that, the API needs to be broken in order to fix a severe bug with Java 9
Module
s. JPMS does not allow split packages and, as such, the package names that I used incore
andMACs
libraries are conflicting.See: KotlinCrypto/core#47 for more info.
core
:The
digest
,mac
, andxof
modules need to have their package names changedhash
:I think we're good, no changes needed.
MACs
:The
hmac
,md-5
,sha1
,sha2
,sha3
,kmac
modules need to have their package names changed.Beta Was this translation helpful? Give feedback.
All reactions