Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement message signing #97

Merged
merged 16 commits into from
Oct 13, 2018
Merged

Implement message signing #97

merged 16 commits into from
Oct 13, 2018

Commits on Oct 13, 2018

  1. Configuration menu
    Copy the full SHA
    d2f7a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64aab34 View commit details
    Browse the repository at this point in the history
  3. implement validateSignature

    vyzo committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    7c508b4 View commit details
    Browse the repository at this point in the history
  4. optimize fast path for single topic validator

    so that we don't do the goroutine dance for just a single validator, which ought to
    be the most common case.
    vyzo committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    7c1012c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6c349b View commit details
    Browse the repository at this point in the history
  6. option to enable message signing

    vyzo committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    9d250ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60a06ce View commit details
    Browse the repository at this point in the history
  8. test message signing

    vyzo committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    1ef82b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd32e17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4addc89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    777c68f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fa8f64 View commit details
    Browse the repository at this point in the history
  13. strict mode for message signing

    vyzo committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    3788f50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b353ddc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd15183 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4dc7963 View commit details
    Browse the repository at this point in the history