| 525 | }; |
| 526 | |
| 527 | TranscriptHash::TranscriptHash(CipherSuite suite_in) |
| 528 | : suite(suite_in) |
| 529 | { |
| 530 | } |
| 531 | |
| 532 | TranscriptHash::TranscriptHash(CipherSuite suite_in, |
| 533 | bytes confirmed_in, |
nothing calls this directly
no outgoing calls
no test coverage detected