0.2.0 - New algorithms, Android integration testing #7
whyoleg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New algorithms:
Testing improvements:
secp256k1
curve testing (supported by JDK BouncyCastle and OpenSSL3 providers) Add more algorithms to support cryptocurrency #4General improvements:
Breaking changes:
cryptography-jdk
tocryptography-provider-jdk
dev.whyoleg.cryptography.jdk
todev.whyoleg.cryptography.providers.jdk
dev.whyoleg.cryptography
to simplify hierarchy:CryptographyAlgorithm
CryptographyAlgorithmNotFoundException
CryptographyProvider
CryptographyProviderApi
InsecureAlgorithm
JdkProvider
class removedjava.security.Provider
or it's name can be now directly provided in constructor functionCryptographyProvider.JDK(JdkProvider.Instance(BouncyCastleProvider()))
orCryptographyProvider.JDK(JdkProvider.Name("BC"))
CryptographyProvider.JDK(BouncyCastleProvider())
orCryptographyProvider.JDK("BC")
For more information please consult documentation: https://whyoleg.github.io/cryptography-kotlin/
This discussion was created from the release 0.2.0 - New algorithms, Android integration testing.
Beta Was this translation helpful? Give feedback.
All reactions