A secret key for signing changes. Secret keys must be kept private. They are used to sign changes to prove authorship.
| 111 | /// Secret keys must be kept private. They are used to sign changes |
| 112 | /// to prove authorship. |
| 113 | pub struct SecretKey(SigningKey); |
| 114 | |
| 115 | impl SecretKey { |
| 116 | /// Size of the secret key in bytes |
no outgoing calls
no test coverage detected