Greg Szabo

Results 31 comments of Greg Szabo

Hi @qpernil , I agree that extending `yubihsm-wrap` with an option to read hashed private keys for wrapping is a neat idea and it should be done to complement `yubihsm-unwrap`....

Yes, please, and thank you for #351 !! It took me a bunch of time to troubleshoot why some of my keys don't work and some do. The only hint...

This took longer than expected, but I implemented byte reversal as the last step. With this, the output is as close to a SHA512 sum value as possible. I have...

Thanks for pointing out the errors. I think it's because I used array notation (brackets) on a pointer. I do a size check before the error message, so it should...

After some contemplation, I admit you are right. This example application could decrypt any exported key, but only Ed25519 keys must be byte-reversed. So, I removed the byte reversal from...

I'm a bit torn on this one. On one hand, I agree, if there are specific Go requirements, it would be nice to have them in the chain registry so...

Opened pull request #105 with a fix.

This is related to informalsystems/validator#246 . Close it when that's done.

I was able to generate JSON structs (or Serialization types, as the issue calls it) from the OpenAPI definition in Tendermint Go. We need to decide how/where we want to...

That's what I thought originally, but the openapi compiler is quite opinionated: it generates a full directory structure of a complete crate. Creating a full `tendermint-wire` crate would look something...