#30 export Signature class
Merge request reports
Activity
requested review from @asgarth
Currently in that file we only export "utility" functions. Each one used to perform a specific task.
I don't really like embedding the whole Signature class as that is very low level and should not be part of the top level API.
My suggestions:
- Only implement a "sign" function that can be used externally as needed
- Don't change hive-js at all and just import the Signature object in your code.
@mahdiyari feel free to share feedback as well.
@mahdiyari looks good to me
mentioned in commit bdb59cb9
Please register or sign in to reply