csecp256k1

Haskell FFI bindings to bitcoin-core/secp256k1 (docs.ppad.tech/csecp256k1).
git clone git://git.ppad.tech/csecp256k1.git
Log | Files | Refs | README | LICENSE

SECURITY.md (714B)


      1 # Security Policy
      2 
      3 ## Reporting a Vulnerability
      4 
      5 To report security issues send an email to secp256k1-security@bitcoincore.org (not for support).
      6 
      7 The following keys may be used to communicate sensitive information to developers:
      8 
      9 | Name | Fingerprint |
     10 |------|-------------|
     11 | Pieter Wuille | 133E AC17 9436 F14A 5CF1  B794 860F EB80 4E66 9320 |
     12 | Jonas Nick | 36C7 1A37 C9D9 88BD E825  08D9 B1A7 0E4F 8DCD 0366 |
     13 | Tim Ruffing | 09E0 3F87 1092 E40E 106E  902B 33BC 86AB 80FF 5516 |
     14 
     15 You can import a key by running the following command with that individual’s fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.