From 7cd9592e579d0b9da6e18c91a10ca2a78105291c Mon Sep 17 00:00:00 2001 From: WingZer0o Date: Fri, 18 Apr 2025 18:00:46 -0400 Subject: [PATCH] cas-dotnet-sdk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a71603f..9a94552 100644 --- a/README.md +++ b/README.md @@ -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