Skip to main content

certificate_bytes

Function certificate_bytes 

Source
pub fn certificate_bytes(
    n1_val: u128,
    n1_bits: usize,
    n2_val: u128,
    n2_bits: usize,
) -> Vec<u8> 
Expand description

Concatenate N₁ and N₂ into the complete N₃ certificate as bytes.