A high level Sequoia PGP based API for nim
src | ||
.gitignore | ||
install-deps-apt.sh | ||
link.sh | ||
README.md |
This is not finished. The API is due to change. This git is for select eyes, whom are qualified to correct me.
to install
#install the deps
./install-deps-apt.sh
#if you're not on a debian based distro: clang cargo llvm pkg-config nettle-dev -y
#link the high-level-sequoia binary to your /usr/include and /usr/lib
./link.sh
#compile and run the unittest
nim c src/nim/tests/ut
./src/nim/tests/ut