Merge pull request #99 from ucan-wg/persona-fix
didtest: offset persona constants
This commit is contained in:
@@ -28,7 +28,7 @@ type Persona int
|
||||
//
|
||||
// [table]: https://en.wikipedia.org/wiki/Alice_and_Bob#Cryptographic_systems
|
||||
const (
|
||||
PersonaAlice Persona = iota
|
||||
PersonaAlice Persona = iota + 1
|
||||
PersonaBob
|
||||
PersonaCarol
|
||||
PersonaDan
|
||||
|
||||
Reference in New Issue
Block a user