Revert "remove key.Key.Equals for more compatibility"
This reverts commit 7f5df570631033b017e2d724f7cd118445834ec9.
This commit is contained in:
parent
c88b31ca2f
commit
f79d7f8eb4
@ -3,6 +3,8 @@ package keys
|
||||
import "crypto/subtle"
|
||||
|
||||
type Key interface {
|
||||
Equals(Key) bool
|
||||
|
||||
Raw() ([]byte, error)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user