Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 904 Bytes

bakery

A Macaroons factory built with gRPC

Macaroons?

Why C++?

Because the main implementation is written in C and I don't want to write a lib in Rustlang. the actual rust implementation is not supporting macaroonV2 yet.

Why gRPC?

Because I don't want to write too much dirty/unsafe C.

Can I use it in production?

It's only a toy to play a bit with macaroons, don't assume that my code is actually working.

Dependencies

Building bakery

make proto 
make bakery_server