Skip to content

Commit 61270f4

Browse files
committed
updated BIKE/HQC to round 4 (not in original release, but to bring in line with test files)
1 parent c07928e commit 61270f4

16 files changed

Lines changed: 1223 additions & 756 deletions
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.bouncycastle.pqc.crypto;
2+
3+
import org.bouncycastle.crypto.CipherParameters;
4+
5+
public interface KEMParameters
6+
extends CipherParameters
7+
{
8+
}

0 commit comments

Comments
 (0)