This V library is a wrapper around the great TLSe library providing easy Transport Layer Security.
It is written similar to the OpenSSL module of the V standard library.
- Smaller executables
- Easier deployment
- More permissive licenses (public domain, BSD or MIT)
libtomcrypt.cdoes currently not compile with TCC
You can still compile this library with TCC by defining theTINYC_TLSE_COMPILEmacro, but it will throw a runtime error when trying to use any TLSe functions.
Public domain, BSD, MIT. Choose one.