@hackage / signable-haskell-protoc

Deterministic serialisation and signatures with proto-lens support

Latest0.2

About

Metadata

  • Last updated , by coingaming
  • License BSD-3-Clause
  • Categories Cryptography
  • Maintained by: Ilja Tkachuk <tkachuk.labs@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

signable-haskell-protoc

Deterministic serialisation and signatures with proto-lens support. Generate Signable class instances with command:

protoc \
  ./*.proto \
  --plugin=protoc-gen-signable=`which signable-haskell-protoc` \
  --signable_out=./src