[go: up one dir, main page]

seckey 0.1.0

Use `memset` protected secret memory.
Documentation
1
2
3
4
5
6
7
8
9
//! Use [memset](https://github.com/quininer/memsec) protected secret memory.

extern crate memsec;

mod key;
mod seckey;

pub use key::Key;
pub use seckey::SecKey;