mirror of
https://github.com/jbop1626/ninty-233.git
synced 2024-11-27 10:24:22 +01:00
#include <cstring> for memcpy
Thanks to @jason0597 for pointing this out
This commit is contained in:
parent
b0a2af8e39
commit
230103a15d
@ -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"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user