Remove entropy-protocol
crate and move sign_and_encrypt
module to entropy-client
#813
Labels
entropy-protocol
crate and move sign_and_encrypt
module to entropy-client
#813
Since we are removing private mode i think we no longer need the entropy-protocol crate.
Anything in it which is needed by both a client and
entropy-tss
(eg: the hpke encryption stuff) should be moved toentropy-client
, and anything which is only used byentropy-tss
(eg: the protocol execution loop andListener
) should be moved toentropy-tss
.The text was updated successfully, but these errors were encountered: