Skip to main content

derive_group_bitmap

Function derive_group_bitmap 

Source
pub fn derive_group_bitmap(
    seed: &[u8; 32],
    node_count: u32,
    group_size: u32,
) -> Result<[u8; 32], DataUpdateError>
Expand description

Port of NodeGroupBitmapLib.derive from the EVM reference.