Repository

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.

About

0
58
last May 7

Author

Wertzui123