go-macaroon / js-macaroon

Javascript implementation of macaroons
BSD 3-Clause "New" or "Revised" License
41 stars 22 forks source link

Modify signature to accept Uint8Array instead of sjcl bit array. #5

Closed fabricematrat closed 9 years ago

rogpeppe commented 9 years ago

LGTM but you might want to consider using the code from https://github.com/zaach/sjcl-codec-bytes/blob/master/index.js to do the conversion.