Skip to content

Commit

Permalink
minor reformating - relates to gihub bcgit#1132
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jul 12, 2022
1 parent 2573f0a commit 3034a65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.bouncycastle.bcpg;

public interface AEADAlgorithmTags {
public interface AEADAlgorithmTags
{
int EAX = 1; // EAX (IV len: 16 octets, Tag len: 16 octets)
int OCB = 2; // OCB (IV len: 15 octets, Tag len: 16 octets)
int GCM = 3; // GCM (IV len: 12 octets, Tag len: 16 octets)
Expand Down

0 comments on commit 3034a65

Please sign in to comment.