Go to file
Zorchenhimer e37e5e2875
Search subkeys
Search subkeys when looking for KeyIds.  Do this for both public and
private keys.

The KeyIds are indexd in a map when keys are loaded to make finding them
easier.  Subkeys are not stored directly in the map; the whole parent
entity is stored instead which includes the subkey.
2024-08-05 22:24:56 -04:00
ciphertext Initial commit 2024-08-04 17:34:41 -04:00
cleartext Initial commit 2024-08-04 17:34:41 -04:00
keys Fix key generation 2024-08-04 18:27:29 -04:00
client.go Initial commit 2024-08-04 17:34:41 -04:00
go.mod Initial commit 2024-08-04 17:34:41 -04:00
go.sum Initial commit 2024-08-04 17:34:41 -04:00
server.go Search subkeys 2024-08-05 22:24:56 -04:00
todo.md Added todo.md 2024-08-05 22:23:29 -04:00