Allow CAST6 and Noekeon to be used with OCB mode in JCE. by timw · Pull Request #16 · bcgit/bc-java
Navigation Menu
{{ message }}
mirrored from https://www.bouncycastle.org/repositories/bc-java
- Notifications You must be signed in to change notification settings
- Fork 1.2k
Closed
timw wants to merge 1 commit intobcgit:masterfrom
Closed
Allow CAST6 and Noekeon to be used with OCB mode in JCE.#16
timw wants to merge 1 commit intobcgit:masterfrom
Allow CAST6 and Noekeon to be used with OCB mode in JCE.#16
timw wants to merge 1 commit intobcgit:masterfrom
Conversation
Copy link
Contributor
timw
commented
Jul 4, 2013
timw
commented
When used via JCE, OCB mode requires a BlockCipherProvider (since it uses two instances of a block cipher), so implement this for CAST6/Noekeon.
OCB mode requires a BlockCipherProvider (since it uses two instances of a block cipher), so implement this for CAST6/Noekeon.
ghost
assigned
bcgit
Copy link
Collaborator
bcgit
commented
Sep 6, 2013
bcgit commented
Sep 6, 2013Done.
bcgit
closed this
bcgit
removed their assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment