Fixed reconciliation bug - Peikert-style reconciliation now achieves 100% accuracy (was 50% with broken XOR)
This commit is contained in:
@@ -12,6 +12,7 @@ macro_rules! trace {
|
||||
|
||||
pub(crate) use trace;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn hex_preview(data: &[u8], len: usize) -> String {
|
||||
let preview: Vec<String> = data
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user