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

Inconsistent data types for update procs and for digests #15

Open
sgmihai opened this issue May 25, 2024 · 0 comments
Open

Inconsistent data types for update procs and for digests #15

sgmihai opened this issue May 25, 2024 · 0 comments

Comments

@sgmihai
Copy link

sgmihai commented May 25, 2024

for context upate procs data types:
md5 has openArray[uint8],
the others have: openArray[char]

for digest types:
md5: array[uint8]
sha1: array[uint8]
sha2: array[char]
sha3: array[char]

Is there any good reason for this ? Feels to me that they should all be uint8

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

No branches or pull requests

1 participant