issues
search
digitalbazaar
/
hashlink
JavaScript implementation of Cryptographic Hyperlinks specification.
https://tools.ietf.org/html/draft-sporny-hashlink
BSD 3-Clause "New" or "Revised" License
13
stars
3
forks
source link
Rename 'create' to 'encode' and fix critical bug.
#16
Closed
msporny
closed
5 years ago
msporny
commented
5 years ago
This PR does the following things:
Renames hl.create to hl.encode to bring it inline w/ hl.decode().
Fixes a bug when passing a sha2-256 buffer during the encoding process.
This PR does the following things: