#include <cstring> for memcpy

Thanks to @jason0597 for pointing this out
This commit is contained in:
jbop1626 2018-10-06 12:09:13 -04:00 committed by GitHub
parent b0a2af8e39
commit 230103a15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
This might or might not change in the future. It is intended This might or might not change in the future. It is intended
to be used for doing operations on keys which are already known. to be used for doing operations on keys which are already known.
Copyright © 2018 Jbop (https://github.com/jbop1626); Copyright © 2018 Jbop (https://github.com/jbop1626);
Modification of a part of iQueCrypt Modification of a part of iQueCrypt
(https://github.com/jbop1626/iquecrypt) (https://github.com/jbop1626/iquecrypt)
@ -27,6 +27,7 @@
*/ */
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#include <cstring>
#include "ecc.hpp" #include "ecc.hpp"
/* /*