Spec¶
Documentation for tests/istanbul/eip152_blake2/[email protected]
.
Defines EIP-152 specification constants and functions.
Spec
dataclass
¶
Parameters from the EIP-152 specifications as defined at https://eips.ethereum.org/EIPS/eip-152#specification.
If the parameter is not currently used within the tests, it is commented out.
Source code in tests/istanbul/eip152_blake2/spec.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|
SpecTestVectors
¶
Defines common test parameters for the BLAKE2b precompile.
Source code in tests/istanbul/eip152_blake2/spec.py
46 47 48 49 50 51 52 53 54 |
|