| 465 | } |
| 466 | |
| 467 | SignaturePrivateKey::SignaturePrivateKey(bytes priv_data, bytes pub_data) |
| 468 | : data(std::move(priv_data)) |
| 469 | , public_key{ std::move(pub_data) } |
| 470 | { |
| 471 | } |
| 472 | |
| 473 | void |
| 474 | SignaturePrivateKey::set_public_key(CipherSuite suite) |
nothing calls this directly
no outgoing calls
no test coverage detected