bugs/blake3_hash_support: *not* familiar enough, oops
This commit is contained in:
parent
69dd3dcc89
commit
c732dc9c42
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
This is a patch that seems to work for my personal use.
|
This is a patch that seems to work for my personal use.
|
||||||
BLAKE3 does support variable lengths, but my code does not implement support for anything other than 256-bit (32-byte) digests.
|
BLAKE3 does support variable lengths, but my code does not implement support for anything other than 256-bit (32-byte) digests.
|
||||||
I'm familiar enough with the codebase to be sure whether adding variable length support later is a backwards compatibility hazard or not.
|
I'm not familiar enough with the codebase to be sure whether adding variable length support later is a backwards compatibility hazard or not.
|
||||||
|
|
||||||
[[!format patch """
|
[[!format patch """
|
||||||
From efa115d94d1a5a52574d5760c6e951ed3c518667 Mon Sep 17 00:00:00 2001
|
From efa115d94d1a5a52574d5760c6e951ed3c518667 Mon Sep 17 00:00:00 2001
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue