Skip to content

Commit 106e6aa

Browse files
authored
Add max secret length
1 parent c210fa9 commit 106e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A `Proof` is also called an _input_ and is generated by `Alice` from a `BlindSig
9393
}
9494
```
9595

96-
`amount` is the amount of the `Proof`, `secret` is the secret message and is a utf-8 encoded string (the use of a 64 character hex string generated from 32 random bytes is recommended to prevent fingerprinting), `C` is the unblinded signature on `secret` (hex string), `id` is the [keyset id][02] of the mint public keys that signed the token (hex string).
96+
`amount` is the amount of the `Proof`, `secret` is the secret message and is a utf-8 encoded string that **MUST NOT** exceed 512 characters (the use of a 64 character hex string generated from 32 random bytes is recommended to prevent fingerprinting), `C` is the unblinded signature on `secret` (hex string), `id` is the [keyset id][02] of the mint public keys that signed the token (hex string).
9797

9898
## 0.2 - Protocol
9999

0 commit comments

Comments
 (0)