monocypher.cr

Crystal bindings for Monocypher

Postinstall script
mkdir ./.build; cc ./ext/monocypher.c -c -o ./.build/monocypher.o -O3 -march=native -std=gnu99; cc ./ext/monocypher-ed25519.c -c -o ./.build/monocypher-ed25519.o -O3 -march=native -std=gnu99; ar rcs ./.build/libmonocypher.a ./.build/monocypher.o ./.build/monocypher-ed25519.o
Repository

monocypher.cr

Owner
Statistic
  • 19
  • 3
  • 1
  • 3
  • 1
  • about 2 years ago
  • February 15, 2017
License

MIT License

Links
Synced at

Sat, 19 Jul 2025 03:31:54 GMT

Languages