From 73b2dd08c5af8cddf5d7a4bb758c32513cd2d380 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:33:01 -0400 Subject: [PATCH] Move monocypher out of core --- src/{core => }/monocypher/monocypher.c | 0 src/{core => }/monocypher/monocypher.go | 0 src/{core => }/monocypher/monocypher.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{core => }/monocypher/monocypher.c (100%) rename src/{core => }/monocypher/monocypher.go (100%) rename src/{core => }/monocypher/monocypher.h (100%) diff --git a/src/core/monocypher/monocypher.c b/src/monocypher/monocypher.c similarity index 100% rename from src/core/monocypher/monocypher.c rename to src/monocypher/monocypher.c diff --git a/src/core/monocypher/monocypher.go b/src/monocypher/monocypher.go similarity index 100% rename from src/core/monocypher/monocypher.go rename to src/monocypher/monocypher.go diff --git a/src/core/monocypher/monocypher.h b/src/monocypher/monocypher.h similarity index 100% rename from src/core/monocypher/monocypher.h rename to src/monocypher/monocypher.h