streaming-crypto 0.1.0-beta.4

Cryptographic library with optional FFI and Python bindings
Documentation
1
2
3
4
5
pyo3         = { version = "0.22", optional = true, features = ["extension-module"] }
# Features Gated
cudarc       = { version = "0.18", optional = true, features = ["cuda-version-from-build-system"] }
wgpu         = { version = "28.0", optional = true, features = [] }
opencl3      = { version = "0.12", optional = true, features = [] }