Khai Le

Results 5 comments of Khai Le

@susil-mohanty Seems the example code is outdated w/ the `pycoin` lib. Let's try this instead ```python from pycoin.ecdsa.secp256k1 import secp256k1_generator def sign_ecdsa_secp256k1(msg, priv_key): return secp256k1_generator.sign(priv_key, sha3_256(msg)) def verify_ecdsa_secp256k1(msg, sig, pub_key):...

@tgeselle Have you resolved this issue?

Hi @andreibondarev , Could you please provide more context? I would love to take over this.

> Do you have any particular LLM gems/libraries you would like to see support for? Hi @sl0thentr0py , I would love to see if we can support for [langchainrb](https://github.com/patterns-ai-core/langchainrb)!

@andreibondarev Please help to rereview 🙏🏽