activityforge 0.1.0-pre-alpha.2

ActivityForge federated git forges over ActivityPub
Documentation
1
2
3
4
5
use hmac::Hmac;
use sha3::Sha3_256;

/// Convenience alias for the HMAC-SHA3-256 keyed-hash algorithm.
pub type HmacSha3_256 = Hmac<Sha3_256>;