Skip to content

Commit

Permalink
Use the SHA-256 OID for the example encoded hash
Browse files Browse the repository at this point in the history
As discussed in #14. The hash itself will need to be updated when the design is finalised, but I've changed the parallelism to 1 to match the new minimum.
  • Loading branch information
samuel-lucas6 committed Jun 22, 2024
1 parent 1b24e9b commit 9745a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-lucas-balloon-hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ $balloon-hash$v=version$m=spaceCost,t=timeCost,p=parallelism$salt$hash
Here is an example encoded hash:

~~~
$balloon-sha-256$v=1$m=1024,t=3,p=0$ZXhhbXBsZXNhbHQ$cWBD3/d3tEqnuI3LqxLAeKvs+snSicW1GVlnqmNEDfs
$balloon-sha256$v=1$m=1024,t=3,p=1$ZXhhbXBsZXNhbHQ$cWBD3/d3tEqnuI3LqxLAeKvs+snSicW1GVlnqmNEDfs
~~~

# Security Considerations
Expand Down

0 comments on commit 9745a22

Please sign in to comment.