Sha256: 8655cf3962ef17ed287faacfd734b63423ce14f0c34e96c915a190523332378b

Contents?: true

Size: 484 Bytes

Versions: 6

Compression:

Stored size: 484 Bytes

Contents

# encoding: binary
# frozen_string_literal: true

module RbNaCl
  module Signatures
    # The EdDSA signature system implemented using the Ed25519 elliptic curve
    module Ed25519
      extend Sodium

      sodium_type      :sign
      sodium_primitive :ed25519
      sodium_constant  :SEEDBYTES
      sodium_constant  :PUBLICKEYBYTES, :VERIFYKEYBYTES
      sodium_constant  :SECRETKEYBYTES, :SIGNINGKEYBYTES
      sodium_constant  :BYTES,          :SIGNATUREBYTES
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rbnacl-6.0.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-5.0.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-4.0.2 lib/rbnacl/signatures/ed25519.rb
rbnacl-4.0.1 lib/rbnacl/signatures/ed25519.rb
rbnacl-4.0.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-4.0.0.pre lib/rbnacl/signatures/ed25519.rb