Closed imgoby closed 7 months ago
In java, we can decrypt with public key. but in Rust,how to decrypt with public key?
server: encrypt with private key client: want to decrypt with public key.
how to resolve?
Dup of: #86 #231
Sorry,I could not find any refer code.Could you give me some advice method?
Per the linked issues this is not a feature we plan on implementing outside of a well-specified construction like #231
In java, we can decrypt with public key. but in Rust,how to decrypt with public key?
server: encrypt with private key client: want to decrypt with public key.
how to resolve?