I found the n value for my own PGP public key before and I can find hpa's too, I just have to remember the right arguments to gpg.
$ gpg --export -a $$KEYID$$ >keyfile.asc $ gpg --list-packets --debug=0x02 keyfile.asc
I found the n value for my own PGP public key before and I can find hpa's too, I just have to remember the right arguments to gpg.