remove HashMap reference from docs
This commit is contained in:
parent
433cf0a25a
commit
2a0b9e5bc0
|
@ -64,8 +64,8 @@ impl Sharks {
|
|||
math::get_evaluator(polys)
|
||||
}
|
||||
|
||||
/// Given a `HashMap` of shares, recovers the original secret.
|
||||
/// If the number of shares is less than the minimum threshold an `Err` is returned,
|
||||
/// Given a slice of shares, recovers the original secret.
|
||||
/// If the number of distinct shares is less than the minimum threshold an `Err` is returned,
|
||||
/// otherwise an `Ok` containing the secret.
|
||||
///
|
||||
/// Example:
|
||||
|
|
Loading…
Reference in New Issue