darcsden :: dbp -> urweb-experiments -> blob

some code using ur/web, a language/web framework based on dependent types (ie, Coq, Agda, etc) - a login mechanism with saltinghttp://www.impredicative.com/ur/

root / hash.h

1
2
3
#include "types.h"

uw_Basis_string uw_Hash_sha512(uw_context ctx, uw_Basis_string str);