cas-dotnet-sdk

This commit is contained in:
WingZer0o 2025-04-18 18:00:46 -04:00
parent 4933f200ac
commit 7cd9592e57

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