Skip to main content

transcript_oc

Function transcript_oc 

Source
pub fn transcript_oc(ya: &[u8], ad_a: &[u8], yb: &[u8], ad_b: &[u8]) -> Vec<u8> 
Expand description

Transcript for symmetric (ordered concatenation) mode.

transcript_oc(Ya, ADa, Yb, ADb) = o_cat(lv_cat(Ya, ADa), lv_cat(Yb, ADb))