btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.36k forks source link

btcec Encrypt / Decrypt #1880

Open vboehr opened 2 years ago

vboehr commented 2 years ago

Hi

Based on what I found btcec Encrypt / Decrypt that used to be available has been removed btcec/v2: https://pkg.go.dev/github.com/btcsuite/btcd/btcec/v2

Do you plan to make it available in btcec/v2 ?

Best

Roasbeef commented 2 years ago

No current plans to, but would accept a PR to re-add it. It was sort of contrived in the first place, and we weren't really sure how much usage in the wild it got.

yemmyharry commented 7 months ago

@Roasbeef pls i would like to take this up.

Roasbeef commented 7 months ago

SGTM!

Here're some relevant resources:

yemmyharry commented 7 months ago

@Roasbeef thanks for the resources. can you pls assign it to me ?

guggero commented 7 months ago

We don't really assign issues. You have shown interest in tackling this, which is usually enough to signal to other people that work is in progress. And once you open a (draft) PR, it's clear to everyone you're working on it.

yemmyharry commented 7 months ago

alright @guggero . thanks for the feedback

yemmyharry commented 7 months ago

@Roasbeef @guggero I'm done. pls help review https://github.com/btcsuite/btcd/pull/2130