crypto_core_keccak1600_extract_bytes method
void
crypto_core_keccak1600_extract_bytes(
- Pointer<
crypto_core_keccak1600_state> state, - Pointer<
UnsignedChar> bytes, - int offset,
- int length,
Implementation
@pragma('vm:prefer-inline')
void crypto_core_keccak1600_extract_bytes(
_i1.Pointer<_i2.crypto_core_keccak1600_state> state,
_i1.Pointer<_i1.UnsignedChar> bytes,
int offset,
int length,
) => _i2.crypto_core_keccak1600_extract_bytes(state, bytes, offset, length);