mirror of
https://github.com/minio/minio.git
synced 2025-11-13 07:11:44 -05:00
add HighwayHash256 support (#5359)
This change adds the HighwayHash256 PRF as bitrot protection / detection algorithm. Since HighwayHash256 requires a 256 bit we generate a random key from the first 100 decimals of π - See nothing-up-my-sleeve-numbers. This key is fixed forever and tied to the HighwayHash256 bitrot algorithm. Fixes #5358
This commit is contained in:
committed by
kannappanr
parent
2760409656
commit
7f99cc9768
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@@ -390,6 +390,12 @@
|
||||
"revision": "0b1069c753c94b3633cc06a1995252dbcc27c7a6",
|
||||
"revisionTime": "2016-02-15T17:25:11+05:30"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "w7ykRf31om2J6832Py4Kz/PEnSI=",
|
||||
"path": "github.com/minio/highwayhash",
|
||||
"revision": "1ea1b5fce73b1d7abbd822a194b51f3736b1f23b",
|
||||
"revisionTime": "2018-01-09T22:40:08Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "7/Hdd23/j4/yt4BXa+h0kqz1yjw=",
|
||||
"path": "github.com/minio/lsync",
|
||||
|
||||
Reference in New Issue
Block a user