encryption_api_services_rust_crate 0.1.1

This Rust crate is used to be more performant than the high level APIs associated with the .NET Standard Libraries associated with Encryption API Services
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.bcrypt]
version = "0.13.0"

[dependencies.rsa]
version = "0.7.0"

[package]
description = "This Rust crate is used to be more performant than the high level APIs associated with the .NET Standard Libraries associated with Encryption API Services"
edition = "2021"
license = "Apache-2.0"
name = "encryption_api_services_rust_crate"
readme = "README.md"
version = "0.1.1"