From 3ec8ade2c02ba45e1720b04c7d4f96bb40a272eb Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Wed, 12 Dec 2018 14:02:44 +0200 Subject: [PATCH] Switch to scheme3 --- milagro_crypto.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/milagro_crypto.nim b/milagro_crypto.nim index 75053a9..833fdeb 100644 --- a/milagro_crypto.nim +++ b/milagro_crypto.nim @@ -3,5 +3,5 @@ # Licensed and distributed under the Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0). # This file may not be copied, modified, or distributed except according to those terms. -import milagro_crypto/[common, scheme2] -export common, scheme2 +import milagro_crypto/[common, scheme3] +export common, scheme3