Canonical bytes for signing (JCS of `signing_value`).
(&self)
| 209 | |
| 210 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 211 | pub fn signing_bytes(&self) -> Vec<u8> { |
| 212 | jcs::canonicalize(&self.signing_value()).into_bytes() |
| 213 | } |
| 214 | |
| 215 | /// Recompute the content hash from the current node state. |
| 216 | pub fn compute_content_hash(&self) -> String { |
nothing calls this directly
no test coverage detected