aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/autherr.go
blob: e59f92efb0a8d720c909f5e7ad09cb9aa17fd1bc (plain)
1
2
3
4
5
6
7
8
package stupidgcm

import (
	"fmt"
)

// ErrAuth is returned when the message authentication fails
var ErrAuth = fmt.Errorf("stupidgcm: message authentication failed")