From 909067f92f2aa6fdb6e44d9060bbcba6e3bb1d55 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 15 Jan 2019 13:22:54 +0000 Subject: [PATCH] Moves sidh to separated folder --- {msr => sidh/msr}/include/P503_api.h | 0 {msr => sidh/msr}/include/P751_api.h | 0 {msr => sidh/msr}/lib/intel/libsidh503.a | Bin {msr => sidh/msr}/lib/intel/libsidh751.a | Bin {src => sidh/src}/runner503.go | 0 {src => sidh/src}/runner751.go | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {msr => sidh/msr}/include/P503_api.h (100%) rename {msr => sidh/msr}/include/P751_api.h (100%) rename {msr => sidh/msr}/lib/intel/libsidh503.a (100%) rename {msr => sidh/msr}/lib/intel/libsidh751.a (100%) rename {src => sidh/src}/runner503.go (100%) rename {src => sidh/src}/runner751.go (100%) diff --git a/msr/include/P503_api.h b/sidh/msr/include/P503_api.h similarity index 100% rename from msr/include/P503_api.h rename to sidh/msr/include/P503_api.h diff --git a/msr/include/P751_api.h b/sidh/msr/include/P751_api.h similarity index 100% rename from msr/include/P751_api.h rename to sidh/msr/include/P751_api.h diff --git a/msr/lib/intel/libsidh503.a b/sidh/msr/lib/intel/libsidh503.a similarity index 100% rename from msr/lib/intel/libsidh503.a rename to sidh/msr/lib/intel/libsidh503.a diff --git a/msr/lib/intel/libsidh751.a b/sidh/msr/lib/intel/libsidh751.a similarity index 100% rename from msr/lib/intel/libsidh751.a rename to sidh/msr/lib/intel/libsidh751.a diff --git a/src/runner503.go b/sidh/src/runner503.go similarity index 100% rename from src/runner503.go rename to sidh/src/runner503.go diff --git a/src/runner751.go b/sidh/src/runner751.go similarity index 100% rename from src/runner751.go rename to sidh/src/runner751.go