Implement server_mac_key test

This commit is contained in:
dAxpeDDa
2021-07-30 14:45:27 -07:00
committed by Kevin Lewi
parent 4298deadff
commit ec528eb4d9
4 changed files with 15 additions and 0 deletions
+2
View File
@@ -128,6 +128,8 @@ impl<D: Hash, G: Group> KeyExchange<D, G> for TripleDH {
},
#[cfg(test)]
result.3,
#[cfg(test)]
result.1,
))
}