colloid 0.0.1

Crypto layer abstraction for smog.
Documentation
1
2
3
4
5
6
7
8
pub mod cipher;
pub mod dh;
pub mod hash;

#[inline(always)]
pub fn byte(n: u8) -> [u8; 1] {
    [n]
}