remove key.Key.Equals for more compatibility

This commit is contained in:
Sergey Cherepanov 2023-01-05 17:53:24 +03:00 committed by Mikhail Iudin
parent 7eb1539bdf
commit 770b649936
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -3,8 +3,6 @@ package keys
import "crypto/subtle"
type Key interface {
Equals(Key) bool
Raw() ([]byte, error)
}