mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
crypto: cleanup ciphertext verification error
This commit is contained in:
parent
ef85a81e83
commit
b82ecc6425
@ -27,7 +27,7 @@ const (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrUnauthenticated is returned when ciphertext verification has failed.
|
// ErrUnauthenticated is returned when ciphertext verification has failed.
|
||||||
ErrUnauthenticated = errors.New("ciphertext verification failed")
|
ErrUnauthenticated = fmt.Errorf("ciphertext verification failed")
|
||||||
)
|
)
|
||||||
|
|
||||||
// Key holds encryption and message authentication keys for a repository. It is stored
|
// Key holds encryption and message authentication keys for a repository. It is stored
|
||||||
|
Loading…
Reference in New Issue
Block a user