The RustCrypto project already has implemented some basic foundational algorithms. It seems this project is implementing all the algorithms again thus increasing the development time and feature lag from the bouncycastle java project.
Rust ecosystem has a lack of highlevel library like BouncyCastle.
Is there any blockers that are preventing code sharing among the projects?