You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _digest_ is confirmed as the content identifier by independently calculating the _digest_.
111
111
112
+
#### Registered identifiers
113
+
114
+
The following algorithm identifiers are defined by this specification:
115
+
116
+
| identifier | algorithm |
117
+
|------------|---------------------|
118
+
|`sha256`|[SHA-256](#sha-256)|
119
+
120
+
If a useful algorithm is not included in the above table, it SHOULD be submitted to this specification for standardization.
121
+
112
122
#### SHA-256
113
123
114
124
[SHA-256](https://tools.ietf.org/html/rfc4634#page-7) is a collision-resistant hash function, chosen for ubiquity, reasonable size and secure characteristics.
0 commit comments