mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
remove sha1 from hmac hash suite options
This commit is contained in:
parent
950957240a
commit
98f56ab7e2
@ -35,7 +35,7 @@ var SupportedExchanges = "P-256,P-224,P-384,P-521"
|
||||
var SupportedCiphers = "AES-256,AES-128,Blowfish"
|
||||
|
||||
// List of supported Hashes
|
||||
var SupportedHashes = "SHA256,SHA512,SHA1"
|
||||
var SupportedHashes = "SHA256,SHA512"
|
||||
|
||||
// ErrUnsupportedKeyType is returned when a private key cast/type switch fails.
|
||||
var ErrUnsupportedKeyType = errors.New("unsupported key type")
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
tpackage mux
|
||||
package mux
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user