crev-common 0.27.1

Scalable, social, Code REView system that we desperately need - common code
Documentation
1
2
3
4
use blake2::Blake2b;
use blake2::digest::consts::U32;

pub type Blake2b256 = Blake2b<U32>;