Canonical bytes for signing (JCS of `signing_value`).
(&self)
| 356 | |
| 357 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 358 | pub fn signing_bytes(&self) -> Vec<u8> { |
| 359 | jcs::canonicalize(&self.signing_value()).into_bytes() |
| 360 | } |
| 361 | |
| 362 | /// Recompute the content hash from the current node state. |
| 363 | pub fn compute_content_hash(&self) -> String { |
nothing calls this directly
no test coverage detected