Skip to content

Commit db6f1ba

Browse files
author
Bumblefudge
authored
Merge pull request #207 from kdenhartog/patch-1
Add CSPRNG usage requirement
2 parents 1263b57 + dca33e3 commit db6f1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CAIPs/caip-171.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Properties of the `SessionIdentifier` are as follows:
5555
3. It MUST remain the same as the identified session's state changes.
5656
4. It MUST be serializable into JSON. Serialization and later deserialization using
5757
JSON MUST result in the same value.
58+
5. It MUST be generated from a cryptographically random source and MUST include at least 96 bits of entropy for security.
5859

5960
## Copyright
6061

0 commit comments

Comments
 (0)