Implementation of GOST cryptographic algorithms in the Java language.
The crypto-gost library has been published, featuring the implementation of GOST cryptographic algorithms in Java without requiring additional dependencies. Unlike the GOST algorithm implementations from the Castle Bouncy Castle library, crypto-gost offers improved performance for the "Grasshopper" encryption algorithm, resolves specific security issues, and provides simple wrappers that do not require deep knowledge of cryptography. The code is provided under its own permissive license, allowing distribution, […]
