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
|
// [table]: https://en.wikipedia.org/wiki/Alice_and_Bob#Cryptographic_systems
|
||||||
const (
|
const (
|
||||||
PersonaAlice Persona = iota
|
PersonaAlice Persona = iota + 1
|
||||||
PersonaBob
|
PersonaBob
|
||||||
PersonaCarol
|
PersonaCarol
|
||||||
PersonaDan
|
PersonaDan
|
||||||
|
|||||||
Reference in New Issue
Block a user