#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
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
This might or might not change in the future. It is intended
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
(https://github.com/jbop1626/iquecrypt)
@ -27,6 +27,7 @@
*/
#include <iostream>
#include <iomanip>
#include <cstring>
#include "ecc.hpp"
/*