Implemented nif for crypto_pwhash()

This commit is contained in:
Venkatakumar Srinivasan
2017-02-17 19:33:04 -06:00
committed by Irina Guberman
parent f395f65389
commit 43cae7c7ea
4 changed files with 102 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ REBAR=rebar3
compile:
$(REBAR) compile | sed -e 's|_build/default/lib/enacl/||g'
.PHONE: console
console: compile
$(REBAR) shell
.PHONY: clean
clean:
$(REBAR) clean