Module: XStream
- Defined in:
- lib/xstream.rb,
lib/xstream/version.rb,
lib/xstream/x25519hkdf.rb
Overview
Public key encryption system combining X25519 Diffie-Hellman with the STREAM construction
Defined Under Namespace
Modules: X25519HKDF
Constant Summary collapse
- NONCE =
STREAM nonce of all zeroes (since we always derive a unique key per STREAM)
"\0\0\0\0\0\0\0\0".freeze
- Encryptor =
Default XSTREAM encryptor type
X25519HKDF::Encryptor
- VERSION =
"0.1.0".freeze