bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
233 stars 122 forks source link

Missing stuff from Java #187

Open Ephenodrom opened 1 year ago

Ephenodrom commented 1 year ago

Missing stuff

The following list contains an uncompleted overview of missing algorithms and other things that are currently available in the java bouncy castle project but not yet in the dart version. Feel free to take a look and if you want to contribute, try to port one of these and open a PR.

Hash

Nothing atm.

Signers

Crypto

Digest

ASN1

Generators

Legend

🚧 = Someone is working on it 👍 = Requested ✅ = Done

andrewfam commented 1 year ago

I'm working on the PKCS5S2ParametersGenerator and the test cases. Will update when done

smlu commented 9 months ago

Just noting that PKCS#3 Diffie–Hellman Key Agreement is also missing.