oh, fingerprint would require generating the public key, it's a truncated hash of the pubkey usually

surely there must be a memory constrained version for deriving a public key using secp256k1?

it doesn't require that much memory actually, so the library isn't well coded

Reply to this note

Please Login to reply.

Discussion

I'll jump back on this project some time this year. Hopefully I'll have more luck. I also have had advice on debugging hardware I can buy to help me zero in on the root cause.

I'm a little out of it depth with all this low level c++ coding, and most complex for me: compiling for non standard CPU architecture.

it would be easier if it was C probably, C++ complex syntax often masks underlying wasteful abstractions