Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip(feat): make ecash signing a trait #5495

Closed
wants to merge 1 commit into from

Conversation

benthecarman
Copy link
Contributor

image

this my hack job of step 1 of doing if remote signing with fedimint. it took my awhile to figure out the all the DynX and object safe stuff, documentation around that stuff could definitely be better

@Kodylow
Copy link
Member

Kodylow commented Jun 24, 2024

todo: deep dive on remote signing for clients / gateways

pub use sm::*;

pub trait SchnorrSigner: Clone + MaybeSend + MaybeSync {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case anyone ever picks it up: probably better to have a one "DynSigner" that is resonsible for all client crypto operations.

@dpc
Copy link
Contributor

dpc commented Oct 16, 2024

Closing as stale. Eventually we'll want to have it, but does not seem like a prio RN.

@dpc dpc closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants