MCPcopy Create free account
hub / github.com/apache/trafficserver / MD5

Class MD5

include/cripts/Crypto.hpp:193–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}; // End class SHA512
192
193class MD5 : public detail::Digest
194{
195 using self_type = MD5;
196 using super_type = detail::Digest;
197
198 MD5(MD5 &&that) = default;
199
200public:
201 MD5() : detail::Digest(MD5_DIGEST_LENGTH){};
202
203 MD5(const self_type &) = delete;
204 void operator=(const self_type &) = delete;
205
206 static self_type Encode(cripts::string_view str);
207}; // End class MD5
208
209class AES256 : public detail::Cipher
210{

Callers 2

shadow_cert_generatorFunction · 0.85
update_fingerprintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected