remove key.Key.Equals for more compatibility

This commit is contained in:
Sergey Cherepanov 2023-01-05 17:53:24 +03:00 committed by Sergey Cherepanov
parent 90f0d0bb37
commit c88b31ca2f

View File

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