rchain / rchain-api

Obsoleted in favor of https://github.com/rchain-community/rchain-api. Use at your own risk.
Other
8 stars 4 forks source link

signature verification #15

Closed dckc closed 6 years ago

dckc commented 6 years ago

I'm building a service that takes signed claims, checks the signatures, and counter-signs them: https://github.com/rchain/bounties/issues/279 https://github.com/dckc/rchain-dbr/tree/oauth_gateway/o2r

Checking the signatures is easier when we export the verify() function from tweetnacl.

JoshOrndorff commented 6 years ago

LGTM

dckc commented 6 years ago

I wonder why you didn't merge it, @JoshOrndorff . If you're expecting me to, I don't have sufficient access.

JoshOrndorff commented 6 years ago

Because I looked at it but didn't run it (thought I would have to downgrade my node, but I was wrong because this is just RHOCore), so I wanted to give @crypto-coder a chance to peek at it.

I've run it now.