Sha256: 459c21d2a485eb1956edd67883ad8f2cad5d764d3a650cc7e88da63af796a2b5
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true module Noise module Functions module DH class ED448 DHLEN = 56 def generate_keypair throw NotImplementedError end def dh(_key_pair, _public_key) throw NotImplementedError end def dhlen DHLEN end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
noise-ruby-0.8.4 | lib/noise/functions/dh/ed448.rb |
noise-ruby-0.7.4 | lib/noise/functions/dh/ed448.rb |
noise-ruby-0.7.3 | lib/noise/functions/dh/ed448.rb |