-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add security Policy for verifying signature using sha-256 hash #9305
Conversation
Add security Policy for verifying signature using sha-256 hash
precompute hash value to avoid compute hash multiple times
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.
Thanks, this looks good. I'm adding Eric as well to make sure I'm not missing anything wrt the Hashing class.
function > predicate in doc comment
change colletion to list
…nd copy list to immutablelist
revert last change: collection > list, change immutable list to list and make copy of list.
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.
If the byte[]s get copied, then LGTM
deep copied byte[]s in latest commit. |
No description provided.