Searched defs:NONCE_SIZE (Results 1 – 3 of 3) sorted by relevance
36 pub const NONCE_SIZE: usize = 8; constant
210 nonce: [u8; constants::NONCE_SIZE], in get_transaction_from_nonce()
34 private final static byte NONCE_SIZE = (byte) 8; field in CarrierLock