Crate holochain_secure_primitive

Source

Re-exports§

pub use paste;
pub use serde;
pub use subtle;

Macros§

fixed_array_serialization
Serialization for fixed arrays is generally not available in a way that can be derived. Being able to wrap fixed size arrays is important e.g. for crypto safety etc. so this is a simple way to implement serialization so that we can send these types between the host/guest.
secure_primitive
Cryptographic secrets are fiddly at the best of times.

Enums§

SecurePrimitiveError
Errors related to the secure primitive macro.