Skip to main content

Crate neuron_crypto_hardware

Crate neuron_crypto_hardware 

Source
Expand description

Stub crypto provider for PKCS#11 / YubiKey PIV hardware tokens.

This crate provides the correct trait impl shape for a hardware crypto provider. The actual PKCS#11/YubiKey integration is not implemented — all operations return CryptoError::UnsupportedOperation.

Structs§

HardwareProvider
Stub for PKCS#11 / YubiKey PIV hardware tokens.