Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update doc (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Oct 12, 2023
1 parent 91383dd commit a9c3b0c
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 a9c3b0c

Please sign in to comment.