Skip to content
Snippets Groups Projects
  1. Mar 10, 2013
  2. Feb 25, 2013
  3. Feb 24, 2013
    • Donald Stufft's avatar
      Add VerifyKey which can be used to verify a signed message · 0473a080
      Donald Stufft authored
      * Accepts the binary representation of a public key
      * nacl.signing.VerifyKey().verify accepts either a single signed
        message with the signature and message conatted or seperate
        message and signature and will raise an exception if it detects
        tampering, forgery, or corruption.
      0473a080
    • Donald Stufft's avatar
      Include the ability to sign data using ed25519 · 4617f89d
      Donald Stufft authored
      * nacl.signing.SigningKey represents a single signing key and
        gets intitalized with a seed value.
      * nacl.signing.SigningKey.generate() creates a random seed
        and instiates a SigningKey with it.
      * nacl.signing.SigningKey().sign() returns a bytes subclass that
        contains the signature and message concated together. However
        it also contains a .signature and .messge property to get the
        components seperately.
      4617f89d
Loading