A high level Sequoia PGP based API for nim
Find a file
2024-06-24 06:32:20 +09:00
src moved from hashsets and seqs to sets and seqs | OpenArray 2024-06-24 06:32:20 +09:00
.gitignore updated for password manager 2024-06-23 00:53:46 +09:00
install-deps-apt.sh removed debug prints and removed depricated test 2024-06-23 01:01:38 +09:00
link.sh updated for password manager 2024-06-23 00:53:46 +09:00
README.md fixed unclosed ``` 2024-06-23 01:04:11 +09:00

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