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