mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 08:35:10 +08:00
添加 github.com/pion/dtls 代码
This commit is contained in:
9
dtls-2.0.9/pkg/crypto/signaturehash/errors.go
Normal file
9
dtls-2.0.9/pkg/crypto/signaturehash/errors.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package signaturehash
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
errNoAvailableSignatureSchemes = errors.New("connection can not be created, no SignatureScheme satisfy this Config")
|
||||
errInvalidSignatureAlgorithm = errors.New("invalid signature algorithm")
|
||||
errInvalidHashAlgorithm = errors.New("invalid hash algorithm")
|
||||
)
|
Reference in New Issue
Block a user