Use constant-time GCM multiplier.

This commit is contained in:
akwizgran
2015-01-06 19:30:11 +00:00
parent ed79719bab
commit 4e57029d98
2 changed files with 10 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ public interface CryptoComponent {
/**
* Derives a tag key from the given temporary secret.
* @param alice indicates whether the key is for connections initiated by
* @param alice indicates whether the key is for streams initiated by
* Alice or Bob.
*/
SecretKey deriveTagKey(byte[] secret, boolean alice);