neuron-crypto-hardware
PKCS#11 / YubiKey PIV hardware crypto provider for neuron (stub)
Overview
neuron-crypto-hardware will implement CryptoProvider backed by hardware security tokens
via the PKCS#11 interface. Supported devices include YubiKey (PIV), HSMs, and any PKCS#11
v2.40-compatible token.
Status: stub. The trait implementation and config types are defined; the PKCS#11 client integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use Pkcs11CryptoProvider;
use CryptoProvider;
use Arc;
let crypto: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.