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
  • 17
  • 3
  • 1
  • 3
  • 1
  • 11 months ago
  • February 15, 2017
License

MIT License

Links
Synced at

Wed, 01 May 2024 14:45:16 GMT

Languages