Skip to content

Use Blake2b instead of SHA #7

@spaceships

Description

@spaceships

We used SHA because the Blake2b library we use does not support output lengths we need - error at runtime for length 300+.

We could maybe work around it by just using length extension like H(x,1) || H(x,2) || H(x,3). Do you think this is kosher @iquerejeta?

Metadata

Metadata

Labels

question ❓Further information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions