DroidFS/app/libgocryptfs/gocryptfs_internal/stupidgcm/autherr.go

9 lines
168 B
Go
Raw Normal View History

2020-07-17 16:35:39 +02:00
package stupidgcm
import (
"fmt"
)
// ErrAuth is returned when the message authentication fails
var ErrAuth = fmt.Errorf("stupidgcm: message authentication failed")