| 357 | } |
| 358 | |
| 359 | HPKEPrivateKey::HPKEPrivateKey(bytes priv_data, bytes pub_data) |
| 360 | : data(std::move(priv_data)) |
| 361 | , public_key{ std::move(pub_data) } |
| 362 | { |
| 363 | } |
| 364 | |
| 365 | void |
| 366 | HPKEPrivateKey::set_public_key(CipherSuite suite) |
nothing calls this directly
no outgoing calls
no test coverage detected