-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Create Tigerhashing.md #981 #1126
Conversation
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.
🎉 Great job, @Ananya-vastare! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
@ajay-dhangar any updates please?? |
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.
Done
📥 Pull Request
Description
This change introduces tiger hashing to enhance data security and integrity within the system by implementing the Tiger hash algorithm, which is known for its speed and efficiency in producing a fixed-size hash value from variable-length input. The issue of ensuring fast and secure hashing of large datasets is addressed with this implementation, particularly for environments with limited resources. The motivation for this change stems from the need for a highly efficient cryptographic hash function in scenarios involving large-scale data processing. The implementation requires dependencies like a cryptographic library supporting the Tiger algorithm (e.g., OpenSSL) for seamless integration and usage.
Fixes #981
Added a new code
Checklist: