Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threefish symmetric block cipher implementation #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cbarcenas
Copy link

@cbarcenas cbarcenas commented Dec 16, 2016

This is an implementation of the Threefish symmetric block cipher, requested in #370.

My plan is to get this reviewed and accepted upstream before submitting a separate PR for an implementation of the Skein hash scheme, which relies on Threefish.

This cipher is defined in the following paper: The Skein Hash Function Family v1.3 (Ferguson, Lucks, Schneier, et al.) Specifically, see sections 2.2 and 3.3.

Test vectors come directly from the Known Answer Test submission to NIST by the Skein team. For more information about Skein, and for a link to the test vectors, see https://www.schneier.com/academic/skein/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant