Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine io-stream usage and benefit from jaulib's new jau::io::uri handling ↵ | Sven Gothel | 2022-06-04 | 1 | -14/+2 |
| | | | | for protocols using `jau::io::to_ByteInStream()` | ||||
* | Simplify *encrypt* and *decrypt* API, use destination_fname as an optional ↵ | Sven Gothel | 2022-06-03 | 1 | -5/+5 |
| | | | | file sink, resuding Java API mapping; Working 1st Java unit test | ||||
* | Java Binding 1/2 (Build clean, WIP) and minor alignments | Sven Gothel | 2022-06-02 | 1 | -18/+18 |
| | | | | | | Minor alignments - Drop PacketInfo, return PackedHeader - Type int -> string: payload_version, payload_version_parent | ||||
* | Add CipherpackListener, using as general lister/callback solution for ↵ | Sven Gothel | 2022-05-30 | 1 | -2/+4 |
| | | | | encrypt/decrypt functions | ||||
* | Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> ↵ | Sven Gothel | 2022-05-30 | 1 | -0/+147 |
cipherpack, added pure streaming encryption/decryption base function |