Canonical bytes for signing (JCS of `signing_value`).
(&self)
| 288 | |
| 289 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 290 | pub fn signing_bytes(&self) -> Vec<u8> { |
| 291 | jcs::canonicalize(&self.signing_value()).into_bytes() |
| 292 | } |
| 293 | |
| 294 | /// Recompute the content hash from the current node state. |
| 295 | pub fn compute_content_hash(&self) -> String { |
nothing calls this directly
no test coverage detected