You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note: All work is experimental and we understand some benchmarks might not be the most optimal.**
9
+
The official Nuget page can be found [here](https://www.nuget.org/packages/cas-dotnet-sdk).
12
10
13
11
## Consuming Library Documentation
14
12
This C# nuget package is dependent on our Rust layer that contains methods to run industry-standard cryptographic operations. [cas-lib](https://github.com/Cryptographic-API-Services/cas-lib).
@@ -18,16 +16,11 @@ We utilize some smart people's existing work and we believe their documentation
We aim to provide cross-compatibility wherever possible.
25
21
-[X] .NET 6
26
22
-[X] .NET 7
27
23
-[X] .NET 8
28
24
-[X] .NET 9
29
25
-[X] Windows x64
30
-
-[X] Linux x64
31
-
32
-
## Disclaimer
33
-
Many of the cryptographic crates that are utilized in our core FFI [layer](https://github.com/Crytographic-API-Services/cas-core-lib) have never had a security audit performed. Utilize this SDK at your own risk.
26
+
-[X] Linux x64 (Ubuntu, if you are using Microsoft Docker images we recommend the noble images).
0 commit comments