-
Notifications
You must be signed in to change notification settings - Fork 135
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
HIGHT Cipher #471
base: master
Are you sure you want to change the base?
HIGHT Cipher #471
Conversation
Arul-Sujith
commented
Feb 14, 2025
- Includes encryption and decryption functions.
- Tested using sample vectors to ensure correctness.
- Added Docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can not accept implementation of the cipher in such form. Please properly follow example of other crates in this repository.
Thanks for the feedback! I’ve reviewed the structure of other implementations in the repository. I’ll restructure and update the PR soon. Let me know if there are any specific guidelines I should follow! |