From 82f3f34eec11f8ec7ba6ec40d8a0ee9b3ccb35f9 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 16 Apr 2018 21:23:55 +0200 Subject: [PATCH] Add @nvesely to the list of authors --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4839e6b..54491f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = [ "Frederic Jacobs ", "Romain Ruetschi ", "Dylan Bourgeois ", + "Noah Vesely ", "sellibitze" ] description = "Implementation of threshold Shamir's secret sharing in the Rust programming language."