This commit is contained in:
Mike Mulchrone 2025-06-13 22:32:14 -07:00 committed by GitHub
commit b861248463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,6 +203,7 @@ A curated list of cryptography resources and links.
- [PCLCrypto](https://github.com/AArnott/PCLCrypto) - Provides cryptographic APIs over algorithms implemented by the platform, including exposing them to portable libraries.
- [SecurityDriven.Inferno](https://github.com/sdrapkin/SecurityDriven.Inferno) - .NET crypto done right.
- [StreamCryptor](https://github.com/bitbeans/StreamCryptor) - Stream encryption & decryption with libsodium and protobuf.
- [cas-dotnet-sdk](https://github.com/Cryptographic-API-Services/cas-dotnet-sdk) - .NET Cryptographic wrapper for the RustCrypto and Dalek-Cryptography crates.
### Clojure