init go module
This commit is contained in:
parent
8c6b3620f2
commit
bc414634b8
3 changed files with 20 additions and 0 deletions
8
doc.go
Normal file
8
doc.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Package ficha issues, validates, and revokes opaque encrypted tokens
|
||||
// carrying consumer-defined permissions. Tokens are sealed with
|
||||
// XChaCha20-Poly1305 authenticated encryption.
|
||||
//
|
||||
// Persistence (revocation storage, key storage) is intentionally not
|
||||
// part of this package. Consumers provide their own implementations
|
||||
// of the small interfaces defined here.
|
||||
package ficha
|
||||
Loading…
Add table
Add a link
Reference in a new issue