Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tabby Portable Build

Strong, Fast, and Portable Cryptographic Signatures, Handshakes, and Password Authentication

See the full documentation at https://github.com/catid/tabby.

Quick Setup

To quickly evaluate Tabby for your application, just include the files in this folder and use the API described in "tabby.h".

To best incorporate Tabby, edit the Makefile to build for your target and link the static library to your application.

The Clang and GCC compilers produce the best code for this library.

XCode/iOS

Just add the files to your project and #import "tabby.h".

Android

Just add the files to your Android.mk and #include "tabby.h".