The value used for the content hash: excludes both `proof` and `contentHash`. Delegates to [`crate::proof::hashing_view`].
(&self)
| 204 | /// The value used for the content hash: excludes both `proof` and |
| 205 | /// `contentHash`. Delegates to [`crate::proof::hashing_view`]. |
| 206 | pub fn hashing_value(&self) -> serde_json::Value { |
| 207 | crate::proof::hashing_view(&self.to_value()) |
| 208 | } |
| 209 | |
| 210 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 211 | pub fn signing_bytes(&self) -> Vec<u8> { |
no test coverage detected