verify_beacon/
lib.rs

1#![feature(portable_simd, test)]
2
3extern crate byteorder;
4#[allow(unused_imports)]
5#[macro_use]
6extern crate crunchy;
7extern crate hex;
8extern crate sha2;
9
10pub mod sha256;