monocypher.cr

forked from konovod/monocypher.cr
Crystal bindings for Monocypher
Development dependencies (1)

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

monocypher.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 1
  • 1
  • over 1 year ago
  • December 21, 2021
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 03:09:32 GMT

Languages