mirror of
https://github.com/jbop1626/ninty-233.git
synced 2024-11-27 02:14:21 +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
|
||||
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"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user