Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
u256
pub fn keccak_u256s_be_inputs(mut input: Span) -> u256
input
use core::keccak::keccak_u256s_be_inputs; let input = array![0x1234_u256, 0x5678_u256].span(); let hash = assert!(keccak_u256s_be_inputs(input) == 0xfa31cb2326ed629f79d2da5beb78e2bd8ac7a1b8b86cae09eeb6a89a908b12a);
Was this page helpful?