SYMBOL INDEX (20 symbols across 2 files) FILE: branca.go constant version (line 18) | version byte = 0xBA constant base62 (line 19) | base62 string = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr... type ErrExpiredToken (line 32) | type ErrExpiredToken struct method Error (line 37) | func (e *ErrExpiredToken) Error() string { type Branca (line 43) | type Branca struct method SetTTL (line 51) | func (b *Branca) SetTTL(ttl uint32) { method setTimeStamp (line 56) | func (b *Branca) setTimeStamp(timestamp uint32) { method setNonce (line 61) | func (b *Branca) setNonce(nonce string) { method EncodeToString (line 74) | func (b *Branca) EncodeToString(data string) (string, error) { method DecodeToString (line 119) | func (b *Branca) DecodeToString(data string) (string, error) { function NewBranca (line 66) | func NewBranca(key string) (b *Branca) { FILE: branca_test.go function TestVector1 (line 20) | func TestVector1(t *testing.T) { function TestVector2 (line 57) | func TestVector2(t *testing.T) { function TestGenerateToken (line 95) | func TestGenerateToken(t *testing.T) { function TestInvalidEncodeString (line 122) | func TestInvalidEncodeString(t *testing.T) { function TestInvalidDecodeString (line 148) | func TestInvalidDecodeString(t *testing.T) { function TestExpiredTokenError (line 177) | func TestExpiredTokenError(t *testing.T) { function TestInvalidTokenError (line 198) | func TestInvalidTokenError(t *testing.T) { function TestInvalidTokenVersionError (line 208) | func TestInvalidTokenVersionError(t *testing.T) { function TestBadKeyLengthError (line 221) | func TestBadKeyLengthError(t *testing.T) {