bash-hash 0.1.0

bash hash function (STB 34.101.77-2020)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use digest::const_oid::{AssociatedOid, ObjectIdentifier};

impl AssociatedOid for super::BashHash256 {
    const OID: ObjectIdentifier = ObjectIdentifier::new_unwrap("1.2.112.0.2.0.34.101.77.11");
}

impl AssociatedOid for super::BashHash384 {
    const OID: ObjectIdentifier = ObjectIdentifier::new_unwrap("1.2.112.0.2.0.34.101.77.12");
}

impl AssociatedOid for super::BashHash512 {
    const OID: ObjectIdentifier = ObjectIdentifier::new_unwrap("1.2.112.0.2.0.34.101.77.13");
}