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