From 2a0b9e5bc0a1cf659777b54e412388e7d6165533 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Wed, 22 Jan 2020 14:55:16 +0100 Subject: [PATCH] remove HashMap reference from docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 13ce4b1..0580124 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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: