From 8d432b9d9ac9ea72f10a31ce59c1f826f3dafda7 Mon Sep 17 00:00:00 2001 From: sp0001 Date: Tue, 8 Oct 2024 10:28:23 +0200 Subject: [PATCH] Added note regarding submodules. --- poc/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poc/README b/poc/README index 6239a86..358a6e3 100644 --- a/poc/README +++ b/poc/README @@ -6,8 +6,9 @@ make testvectors There will be a json file and a markdown file generated and stored at ../ -Don't forget to also pull the submodules: We include code from the hash_to_curve reference implementation. +Code was tested with SageMath version 9.5 released at 2022-01-30. +Don't forget to also pull the submodules: We include code from the hash_to_curve reference implementation. Warning: The jupyter notebook files might be a bit outdated. Recently we only worked on the plain .sage scripts.