GitHunt
WE

A V wrapper around the great TLSe C library implementing the Transport Layer Security protocol

TLSe

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.

Advantages of TLSe over OpenSSL

  • Smaller executables
  • Easier deployment
  • More permissive licenses (public domain, BSD or MIT)

Limitations

  • libtomcrypt.c does currently not compile with TCC

    You can still compile this library with TCC by defining the TINYC_TLSE_COMPILE macro, but it will throw a runtime error when trying to use any TLSe functions.

License

Public domain, BSD, MIT. Choose one.

Languages

V100.0%

Contributors

Created March 29, 2022
Updated January 28, 2026