You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a problem but more logical understanding of the code. During a PR review it's discussed that Block meant a different understanding in our domain. In our code base it's represents the chunks of 64 bytes used by the SHA256 for hashing.
Describe the solution you'd like
Would be really nice to rename this concept to paddedBytes which will be easy to understand.
The text was updated successfully, but these errors were encountered:
nazarhussain
changed the title
@matthewkeil I am in favor of renaming this function to getPaddedBytes64. But I feel it should be done separately across the repo.
Rename the concept of Block to the paddedBytes for more clarity
Mar 5, 2025
Is your feature request related to a problem? Please describe.
Not a problem but more logical understanding of the code. During a PR review it's discussed that
Block
meant a different understanding in our domain. In our code base it's represents the chunks of 64 bytes used by the SHA256 for hashing.Describe the solution you'd like
Would be really nice to rename this concept to
paddedBytes
which will be easy to understand.Additional context
#409 (comment)
The text was updated successfully, but these errors were encountered: