Canonical bytes for signing (JCS of `signing_value`).
(&self)
| 118 | |
| 119 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 120 | pub fn signing_bytes(&self) -> Vec<u8> { |
| 121 | jcs::canonicalize(&self.signing_value()).into_bytes() |
| 122 | } |
| 123 | |
| 124 | /// Recompute the content hash from the current node state. |
| 125 | pub fn compute_content_hash(&self) -> String { |
nothing calls this directly
no test coverage detected