Add the 64-bit versions of libhogweed.dll.a and libnettle.dll.a
to the repository.
NOTE: This was originally done on 2022/08/07 06:25 PM EDT, but I forgot
to commit the changes...
NOTE: Nettle doesn't support being compiled with MSVC. This build was
compiled using i686-w64-mingw32-gcc 7.3.0 on Gentoo Linux, and the
import library was manually created using MSVC 2010.
NOTE 2: Nettle needs GMP's mpz_powm_sec() function, which isn't included
as part of mpir. Nettle has its own "mini-GMP", which also has the
functions we were using to manually decrypt RSA signatures, so we're
switching from MPIR to Nettle mini-GMP on Windows.
The Linux build still uses the system GMP.
TODO: Win64 precompiled build.
This program will allow for managing Nintendo RVT-H Reader devkits,
including dumping existing images and installing new images.
The current version doesn't actually do anything. It's mostly a copy
of the infrastructure from rom-properties, with some changes. In
particular, we're using CMake's TARGET_COMPILE_FEATURES() instead of
manually detecting C99 support.