Class: Noise::Functions::DH::ED448
- Inherits:
-
Object
- Object
- Noise::Functions::DH::ED448
- Defined in:
- lib/noise/functions/dh/ed448.rb
Constant Summary collapse
- DHLEN =
Ed448::X448::X448_PRIVATE_BYTES
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#dh(private_key, public_key) ⇒ Object
21 22 23 |
# File 'lib/noise/functions/dh/ed448.rb', line 21 def dh(private_key, public_key) Ed448::X448.dh(public_key, private_key) end |
#dhlen ⇒ Object
25 26 27 |
# File 'lib/noise/functions/dh/ed448.rb', line 25 def dhlen DHLEN end |