Canonical bytes for signing (JCS of `signing_value`).
(&self)
| 111 | |
| 112 | /// Canonical bytes for signing (JCS of `signing_value`). |
| 113 | pub fn signing_bytes(&self) -> Vec<u8> { |
| 114 | jcs::canonicalize(&self.signing_value()).into_bytes() |
| 115 | } |
| 116 | |
| 117 | /// Recompute the content hash from the current node state. |
| 118 | pub fn compute_content_hash(&self) -> String { |
nothing calls this directly
no test coverage detected