ableos_userland/libraries/cryptography/src/lib.rs

8 lines
123 B
Rust
Raw Normal View History

#![no_std]
2022-12-05 09:26:01 -06:00
pub mod hashing;
pub mod random;
use versioning::Version;
pub const VERSION: Version = Version::new(0, 1, 1);