The value used for the content hash: excludes both `proof` and `contentHash`. Delegates to [`crate::proof::hashing_view`].
(&self)
| 351 | /// The value used for the content hash: excludes both `proof` and |
| 352 | /// `contentHash`. Delegates to [`crate::proof::hashing_view`]. |
| 353 | pub fn hashing_value(&self) -> serde_json::Value { |
| 354 | crate::proof::hashing_view(&self.to_value()) |
| 355 | } |
| 356 | |
| 357 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 358 | pub fn signing_bytes(&self) -> Vec<u8> { |
no test coverage detected