Skip to content

Commit

Permalink
Merge pull request #99 from ucan-wg/persona-fix
Browse files Browse the repository at this point in the history
didtest: offset persona constants
  • Loading branch information
MichaelMure authored Jan 13, 2025
2 parents 10dd4fa + bf27b97 commit ccc0120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did/didtest/crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc0120

Please sign in to comment.