Sha256: 52e8e42c1ac8efdac2154454d8b761f1878efe1c355571e33a6bad01da9f736a

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

# encoding: binary
module RbNaCl
  module Signatures
    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

7 entries across 7 versions & 1 rubygems

Version Path
rbnacl-3.1.2 lib/rbnacl/signatures/ed25519.rb
rbnacl-3.1.1 lib/rbnacl/signatures/ed25519.rb
rbnacl-3.1.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-3.0.1 lib/rbnacl/signatures/ed25519.rb
rbnacl-3.0.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-2.0.0 lib/rbnacl/signatures/ed25519.rb
rbnacl-2.0.0.pre lib/rbnacl/signatures/ed25519.rb