darkfi_sdk::crypto::constants::util

Function i2lebsp

Source
pub fn i2lebsp<const NUM_BITS: usize>(int: u64) -> [bool; NUM_BITS]
Expand description

The sequence of bits representing a u64 in little-endian order.

ยงPanics

Panics if the expected length of the sequence NUM_BITS exceeds 64.