Skip to content

Latest commit

 

History

History
81 lines (71 loc) · 1.29 KB

STATUS.md

File metadata and controls

81 lines (71 loc) · 1.29 KB

Status

Symbols:

  • 🚧 Work in Progress
  • 🚫 Not planned
  • ❓Mabe implement

Low Level API

  • Paket Parser
    • Old Format (v3)
    • New Format (v4)
    • 🚧 New New Format (v5)
  • ASCII Armor
    • Reading
    • Writing
  • Cleartext Signature Framework
  • Paket Generation
  • Signatures
    • Validation
    • Generation
  • Encryption
  • Decryption
  • Keys
    • Generation
    • Export
    • Import
  • Public-Key Algorithms
    • RSA
    • 🚫 Elgamal (Encrypt only)
    • DSA
    • ECDH
    • ECDSA
    • EdDSA
  • Supported Elliptic Curves
    • NIST P256
    • NIST P384
    • NIST P521
    • brainpoolP256r1
    • brainpoolP384r1
    • brainpoolP512r1
    • Curve 25519
  • Symmetric Algorithms
    • Plaintext
    • IDEA
    • DES
    • CAST5
    • Blowfish
    • AES 128
    • AES 192
    • AES 256
    • Twofish
    • Camellia 128
    • Camellia 192
    • Camellia 256
  • Hash Algorithms
    • MD5
    • SHA-1
    • RIPE-MD/160
    • SHA2 256
    • SHA2 384
    • SHA2 512
    • SHA2 224
    • SHA3 256
    • SHA3 512
  • Compression Algorithms
    • ZIP
    • ZLIB
    • 🚫 BZip2
  • AEAD Algorithms
    • EAX
    • OCB

High Level API

Not yet started