[][src]Function rust_aes_proofs::por::software_lut::encode

pub fn encode(
    piece: &mut Piece,
    key: &Block,
    iv: Block,
    aes_iterations: usize,
    breadth_iterations: usize
)

Proof of replication encoding purely in software (using look-up table approach)