gtank / ristretto255

Implements ristretto255, a fast prime-order group.
https://ristretto.group
BSD 3-Clause "New" or "Revised" License
98 stars 22 forks source link

Add Stringer & TextMarshaler interface #27

Closed s-rah closed 4 years ago

s-rah commented 5 years ago

For more human-friendly logging/debugging & integrating with go's json serialization.

s-rah commented 5 years ago

Thanks for looking at this. Fixed the tests (they should definitely have been from the unmarshal!) and ran gofmt.