Go to file
Cheng bd08d22cef
empty commit to record known bugs
Halting work on main program to re-integrate libraries.

Crash on file dialog.  Does not happen in
wxWidgets sample code

Failure to record last used.  Does not happen in
wxWidgets sample code

Failure to throw hash re-use exception
(the library always returns zero on hashing data into an
unfinalized, or finalizing an already finalized hash)

Need to use std::variant, with the variants being
monotype for the default init of hash and blob of unsigned
char for the init with an hsh argument, with a member
function blob that does get_if<1> and casts it to byte,
(and throws if it returns null) and for hsh, the variants
being monotype, the libsodium data structure,
and another monotype after the hash is finalized.

For every cross type constructor, you need a corresponding
static cast in the source type, so that copy construction works.

I don't know why << fails with a left hand type.
2023-10-12 11:32:38 +10:00
docs gave the root docs, README, LICENSE, and so forth, the new look 2023-09-19 15:54:05 +10:00
libsodium@b6e1e94cfb cleaning up error reporting 2023-09-22 12:10:52 +10:00
mpir@dda9307f16 minor work on the motivation document 2023-09-19 10:07:39 +10:00
msvc Got it working, the mystery crash was my update to wxWidgets 3.2.2.1 2023-09-28 18:14:32 +10:00
nmake cleanup, and just do not like pdfs 2022-02-20 18:26:44 +10:00
sqlite3 Got it working, the mystery crash was my update to wxWidgets 3.2.2.1 2023-09-28 18:14:32 +10:00
src broken file dialog, broken save default file 2023-10-05 20:31:45 +10:00
wxWidgets@71d2e28c0b broken file dialog, broken save default file 2023-10-05 20:31:45 +10:00
.gitattributes minor cleanup of git attributes and set_upstream 2022-09-18 17:57:42 +10:00
.gitconfig Got it working, the mystery crash was my update to wxWidgets 3.2.2.1 2023-09-28 18:14:32 +10:00
.gitignore still struggling with the problem of making public ids public 2022-07-01 09:18:44 +10:00
.gitmodules preparing to merge to checkout with changed repositories 2022-07-03 05:01:26 -07:00
CMakeLists.txt Started cmake 2022-06-09 04:03:49 -07:00
public_key.gpg leaving potentially inconvenient history behind 2022-02-16 15:54:47 +10:00
tobedone.txt cleanup, and just do not like pdfs 2022-02-20 18:26:44 +10:00
wallet.sln I suffered greatly trying to get the libraries to build correctly 2023-09-18 07:10:41 +10:00
winConfig.sh still struggling with the problem of making public ids public 2022-07-01 09:18:44 +10:00