Pinned Repositories
aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
async_simple
Simple, light-weight and easy-to-use asynchronous components
cmake-demo
《CMake入门实战》源码
CPP-20-STL-Cookbook
《C++20 STL Cookbook》的非专业个人翻译
geektime-books
:books: 极客时间电子书
https-example
An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mailing list. This was just a one-off that I'm not maintaining, but I'm happy to accept pull requests.
tls_no_ca
leisure666's Repositories
leisure666/cmake-demo
《CMake入门实战》源码
leisure666/https-example
An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mailing list. This was just a one-off that I'm not maintaining, but I'm happy to accept pull requests.
leisure666/tls_no_ca
leisure666/aho_corasick
A C++ implementation of the aho corasick pattern search algorithm
leisure666/async_simple
Simple, light-weight and easy-to-use asynchronous components
leisure666/CPP-20-STL-Cookbook
《C++20 STL Cookbook》的非专业个人翻译
leisure666/geektime-books
:books: 极客时间电子书
leisure666/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
leisure666/learngit
leisure666/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.
leisure666/OPENSSL_EVP_ECDH_EXAMPLE
Example code demonstrating ecdh key agreement using openssl evp library.
leisure666/Golang-Internal-Notes
leisure666/OBJ-Loader
A C++ OBJ Model Loader that will parse .obj & .mtl Files into Indices, Vertices, Materials, and Mesh Structures.
leisure666/picotls
TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
leisure666/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++