Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Actually implement crypto functions #4

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

singpolyma
Copy link

I have implemented (for RSA keys) signing, verification, keysigning, and verification of key signatures.

This includes the full or more full implementation of some packet types that were stubbed out before.

* keysign:
  keygen example script
  add bn2bin and egcd algorithms
  Add OpenSSL wrapper for signing keys
  Add ability to sign keys
  UserID packet body
  better exception message
  store hash_head unpacked
  Refactor PublicKey, Implement SecretKey
  use bitlength, not *8
  order hashed subpackets correctly
  Implement Features
  Implement KeyFlags
  Support leading 0s
@mathieujobin
Copy link

wow ! this should get merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants