RetroShare/supportlibs/libsam3
sehraf 76f0678820
add fork of libsam3
add funtion to get i2p certificate crypto algo names
2021-03-16 21:15:26 +01:00
..
examples add fork of libsam3 2021-03-16 21:15:26 +01:00
src add fork of libsam3 2021-03-16 21:15:26 +01:00
test add fork of libsam3 2021-03-16 21:15:26 +01:00
Makefile add fork of libsam3 2021-03-16 21:15:26 +01:00
README.md add fork of libsam3 2021-03-16 21:15:26 +01:00

libsam3

Build Status

A C library for the SAM v3 API.

Development Status

Unmaintained, but PRs welcome!

Usage

Copy the two files from one of the following locations into your codebase:

  • src/libsam3 - Synchronous implementation.
  • src/libsam3a - Asynchronous implementation.

See examples/ for how to use various parts of the API.