You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has a different commit dynamic to the rest of the hbbft crate,
is related to the main code through an interface,
has it's own CI tests that add up to the CI tests of hbbft and don't have to be run on every commit to the rest of hbbft.
Separating it into its own crate can also facilitate the research on other types of cryptography (#54) in hbbft because other crates could be designed to use the same interface.
Crypto-related issues such as #89 would move with the module as well.
The text was updated successfully, but these errors were encountered:
The crypto module
hbbft
crate,hbbft
and don't have to be run on every commit to the rest ofhbbft
.Separating it into its own crate can also facilitate the research on other types of cryptography (#54) in
hbbft
because other crates could be designed to use the same interface.Crypto-related issues such as #89 would move with the module as well.
The text was updated successfully, but these errors were encountered: