PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

Updated tutorials to use export.dart instead of multiple imports #216

Closed hoylen closed 4 years ago

hoylen commented 4 years ago

Here is an updated README and tutorials.

For the non-registry case, they now just import "package:pointycastle/export.dart", instead of "package:pointycastle/api.dart" plus each individual implementation library. Since we now know there is no advantage in doing that extra work.

Also, since we now know about the specification of PKCS#1 version 2.0 in RFC 2437, the RSA tutorial can simply refer to it, and the low level "internal details" sections have been removed.

stevenroose commented 4 years ago

Thanks!