.. py:module:: ethereum.arrow_glacier.vm.precompiled_contracts.blake2f Ethereum Virtual Machine (EVM) Blake2 PRECOMPILED CONTRACT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. contents:: Table of Contents :backlinks: none :local: Introduction ------------ Implementation of the `Blake2` precompiled contract. .. only:: stage1 Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: ethereum.arrow_glacier.vm.precompiled_contracts.blake2f.blake2f Module Details --------------- blake2f ~~~~~~~ .. function:: blake2f(evm: ethereum.arrow_glacier.vm.Evm) -> None :noindexentry: Writes the Blake2 hash to output. :param evm: The current EVM frame. .. undocinclude:: /../src/ethereum/arrow_glacier/vm/precompiled_contracts/blake2f.py :language: python :pyobject: blake2f