go-macaroon / macaroon

A native Go implementation of macaroons
BSD 3-Clause "New" or "Revised" License
182 stars 24 forks source link

add packet parsing for v2 binary format #12

Closed rogpeppe closed 8 years ago

rogpeppe commented 8 years ago

This adds low level functions for parsing the binary format defined in https://github.com/rescrv/libmacaroons/blob/master/doc/format.txt

mhilton commented 8 years ago

:+1:

mattyw commented 8 years ago

:+1:

alesstimec commented 8 years ago

a few comments, otherwise LGTM