Miscellaneous small-ish bits of Dart code that depend on PointyCastle.
It's mostly for my own use, but you're welcome to it. This was split
off from jovial_misc
, since PointyCastly is an awfully big dependency
to drag in for rarely-used code.
Offered under
the MIT license.
Created from templates made available by Stagehand under a BSD-style license.
Usage
See the individual libraries for usage examples.
Features and bugs
Please file feature requests and bugs at the issue tracker.
Libraries
- io_utils
- Miscellaneous I/O utilities. This includes for using Pointycastle to
encrypt or decrypt a stream of data, somewhat like
javax.crytpo.CipherInputStream
andjavax.crypto.CypherOutputStream
.