idcrypt 0.2.0

A library for securely collecting, encrypting, and verifying identity information with field-level authorization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "idcrypt"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "A library for securely collecting, encrypting, and verifying identity information with field-level authorization."

[dependencies]
aes-gcm = "0.10"
base64 = "0.22"
bitflags = "2.9"
leb128 = "0.2"
num = "0.4"
p256 = { version = "0.13", features = ["ecdsa", "ecdh"] }
rand_core = "0.6"
sha2 = "0.10"