etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
85 stars 22 forks source link

TLS Client Example #21

Closed anton-dutov closed 7 years ago

anton-dutov commented 7 years ago

Or creation algorithm?

etcimon commented 7 years ago

Yes, you can read an example implementation here:

https://github.com/etcimon/vibe.0/blob/master/source/vibe/stream/botan.d

You can see how it's used in vibe/http/client.d

anton-dutov commented 7 years ago

Thank you