Skip to main content

blake2f

Function blake2f 

Source
pub fn blake2f(
    calldata: &Bytes,
    gas_remaining: &mut u64,
    _fork: Fork,
    crypto: &dyn Crypto,
) -> Result<Bytes, VMError>
Expand description

Returns the result of Blake2 hashing algorithm given a certain parameters from the calldata.