Comment on Mundane: Rust cryptography library that is difficult to misuseparentComments−TheNorthman5yProbably the Google-sponsored cryptography library you want to use depends on the language you're using... Not much point in using Tink if they don't expose a C-api or any other ergonomic form to make Rust bindings.−organian5yProject Oak (at Google) are working on Tink Rust: https://github.com/project-oak/tink-rust, although with this caveat:This is not an official port of Tink, and is not supported by Google's cryptography teams.
Comments
Probably the Google-sponsored cryptography library you want to use depends on the language you're using... Not much point in using Tink if they don't expose a C-api or any other ergonomic form to make Rust bindings.
Project Oak (at Google) are working on Tink Rust: https://github.com/project-oak/tink-rust, although with this caveat:
This is not an official port of Tink, and is not supported by Google's cryptography teams.