signable-haskell-protoc: Deterministic serialisation and signatures with proto-lens support

[ bsd3, cryptography, data, program ] [ Propose Tags ]

You can find documentation at hackage


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2
Change log Changelog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), casing (>=0.1 && <0.2), containers (>=0.5 && <0.7), ghc (>=8.2 && <8.11), ghc-paths (>=0.1 && <0.2), ghc-source-gen (>=0.4 && <0.5), lens-family (>=1.2 && <2.1), proto-lens (>=0.7 && <0.8), proto-lens-protoc (>=0.7 && <0.8), proto-lens-runtime (>=0.7 && <0.8), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2020 Coingaming <hello@coingaming.io>
Author Ilja Tkachuk <tkachuk.labs@gmail.com>
Maintainer Ilja Tkachuk <tkachuk.labs@gmail.com>
Category Data, Cryptography
Home page https://github.com/coingaming/signable#readme
Bug tracker https://github.com/coingaming/signable/issues
Source repo head: git clone https://github.com/coingaming/signable
Uploaded by coingaming at 2020-09-24T14:01:53Z
Distributions
Executables signable-haskell-protoc
Downloads 319 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-09-24 [all 2 reports]

Readme for signable-haskell-protoc-0.2

[back to package description]

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