Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

5 check-ins

2025-10-12
11:30
Add Decode, Mint.GetSecret, ErrCrypto This update adds brief.Decode for converting data previously using brief.Encode back into a byte slice. Additionally, Mint.GetSecret allows retrieving a copy of the mint's secret, so that this can be saved and subsequently re-used. In the unlikely event that the underlying crypto operations return an error, it can be detected using ErrCrypto. Documentation was updated with examples and a test was added for the new functionality, especially comparing two Mint objects with same initialization. Leaf check-in: 73d24f367a user: dec tags: main, trunk, v1.1.0
2024-09-22
12:36
Add README conversion asciidoc to markdown check-in: 445d251496 user: dec tags: main, trunk, v1.0.1
11:34
Update module name for new home check-in: 771fc20164 user: dec tags: main, trunk, v1.0.0
2024-02-24
22:39
Fix indentation in README example check-in: 5f127c3ae9 user: david@calloway.us tags: main, trunk
22:33
Initial commit check-in: c0bfcf2698 user: david@calloway.us tags: main, trunk