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