mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 17:28:02 +08:00
docs: fix markdown syntax typo in v0.15's changelog
This commit is contained in:
parent
6a219af493
commit
0d9478d3c8
@ -27,6 +27,7 @@ We are improving release speed and cadence trying to have a new release every 5
|
||||
You can now use `blake3` as a valid hash function:
|
||||
- `ipfs block put --mhtype=blake3`
|
||||
- `ipfs add --hash=blake3`
|
||||
|
||||
It uses a 32 bytes default size.
|
||||
And verify up to 128 bytes.
|
||||
Because `blake3` is variable output hash function, you can use a different digest length, set `mhlen`: `ipfs block put --mhtype=blake3 --mhlen=64`, `ipfs add` doesn't have this option yet.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user