Allow CAST6 and Noekeon to be used with OCB mode in JCE. by timw · Pull Request #16 · bcgit/bc-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@timw

Copy link

Contributor

@timw timw commented

Jul 4, 2013

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 ghost assigned bcgit

Jul 8, 2013

@bcgit

Copy link

Collaborator

bcgit commented

Sep 6, 2013

Done.

@bcgit bcgit closed this

Sep 6, 2013

@bcgit bcgit removed their assignment

May 26, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@timw @bcgit