Both maxpath and sixdegrees use my key ID as a default base;
change them to use
2DA8B985/4096R rather than
5B430367/1024D.
from = to = tmp = NULL;
/*
from = to = tmp = NULL;
/*
- * My (noodles@earth.li, DSA) key is in the strongly connected set of
+ * My (noodles@earth.li, RSA) key is in the strongly connected set of
* keys, so we use it as a suitable starting seed.
*/
* keys, so we use it as a suitable starting seed.
*/
- config.dbbackend->cached_getkeysigs(0xF1BD4BE45B430367);
+ config.dbbackend->cached_getkeysigs(0x94FA372B2DA8B985);
/*
* Loop through the hash examining each key present and finding the
/*
* Loop through the hash examining each key present and finding the
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- uint64_t keyid = 0x5B430367;
+ uint64_t keyid = 0x2DA8B985;
if (argc == 2) {
keyid = strtoll(argv[1], NULL, 16);
if (argc == 2) {
keyid = strtoll(argv[1], NULL, 16);