I’m working with a provider who is asking me to encrypt some data using Snow 3G algorithm.
I googled it but could not find any mention of a java library implementing it, except with this note in bouncy castle documentation
https://downloads.bouncycastle.org/java/docs/bcprov-jdk14-javadoc/org/bouncycastle/crypto/engines/Zuc128CoreEngine.html#init(boolean,%20org.bouncycastle.crypto.CipherParameters)
I’m not used at all to use cryptography code, so I would like to know where to look to find a working library processing snow 3G encryption.