question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Modular approach to signing

See original GitHub issue

Currently the only signing method exposed is: fun signMessage(message: ByteArray, keyPair: ECKeyPair): SignatureData which hashes the message using keccak and then signs the hash using the given keyPair. The signature is then canonicalized. This method is suitable for ETH signing but that’s about it.

A given set of keys can be used to sign other types of signatures and it makes sense to me to allow customization of the hashing method and canonicalization.

I propose exposing an extra signing method to allow other signing algorithms to be used.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ligicommented, Jan 27, 2018

sure thing - it is 0.37

0reactions
mirceaniscommented, Jan 27, 2018

@ligi Thanks for merging Would it be possible to make a new release with this included?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Modular approach to drafting documents - Michalsons
Sign documents faster; Avoid protracted negotiations ; Quicker and easier to generate documents and conclude agreements; Find what you are ...
Read more >
A modular approach to signalling | Nature Reviews Genetics
A recent study describes an approach to dissect oncogenic signalling pathways into functional modules on the basis of gene expression signatures, ...
Read more >
A Modular Approach to the Design and Analysis ... - UCSD CSE
This framework provides a sound formalization for the authentication problem and suggests simple and attractive design principles for general.
Read more >
Beyond Fine Tuning: A Modular Approach to Learning ... - arXiv
Abstract: In this paper we present a technique to train neural network models on small amounts of data. Current methods for training neural ......
Read more >
The 5 Essential Elements of Modular Software Design | GenUI
With good modular design, there is no limit to how high and how far we can go with software. Modules give us the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found