Преглед изворни кода

Move crypto/mimc_vdf to script/research.

parazyd пре 3 година
родитељ
комит
5a0b893637
3 измењених фајлова са 0 додато и 23 уклоњено
  1. 0 0
      script/research/mimc_vdf.rs
  2. 0 20
      src/crypto/mod.rs
  3. 0 3
      src/lib.rs

+ 0 - 0
src/crypto/mimc_vdf.rs → script/research/mimc_vdf.rs


+ 0 - 20
src/crypto/mod.rs

@@ -1,20 +0,0 @@
-/* This file is part of DarkFi (https://dark.fi)
- *
- * Copyright (C) 2020-2022 Dyne.org foundation
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program.  If not, see <https://www.gnu.org/licenses/>.
- */
-
-/// VDF (Verifiable Delay Function) using MiMC
-pub mod mimc_vdf;

+ 0 - 3
src/lib.rs

@@ -27,9 +27,6 @@ pub mod blockchain;
 #[cfg(feature = "blockchain")]
 pub mod consensus;
 
-#[cfg(feature = "crypto")]
-pub mod crypto;
-
 #[cfg(feature = "crypto")]
 pub mod zk;