Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Oct 12, 2023
1 parent 91383dd commit 7364803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ use crate::ciphersuite::CipherSuite;
use crate::dkg::Complaint;
use crate::utils::{String, Vec};

/// Errors that may happen during Key Generation
/// Errors that may happen during Key Generation/Resharing
/// or Signing phases of ICE-FROST.
#[derive(Debug, PartialEq, Eq)]
pub enum Error<C: CipherSuite> {
/// Serialization error
Expand Down

0 comments on commit 7364803

Please sign in to comment.