Branch: Tag:

2017-12-06

2017-12-06 14:38:17 by Martin Nilsson <nilsson@fastmail.com>

Back out the thin convenience wrapper hash and hash_hmac. Replacements:
Crypto.hash(Crypto.SHA1, true)(x) -> Crypto.SHA1.hash(x)
Crypto.hash(Crypto.SHA1) -> sprintf("%x", Crypto.SHA1.hash(x))
Crypto.hash_hmac(Crypto.SHA1,k)(x, true) -> Crypto.SHA1.HMAC(k)(x)

1:   PikeDoc.VERSION = 'Pike v8.1.11';   PikeDoc.PUBDATE = '2017-12-06'; - PikeDoc.GENERATED = 1512570697; + PikeDoc.GENERATED = 1512572496;