remove HashMap reference from docs

This commit is contained in:
Aitor Ruano 2020-01-22 14:55:16 +01:00
parent 433cf0a25a
commit 2a0b9e5bc0
1 changed files with 2 additions and 2 deletions

View File

@ -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: