Module: Ed25519Keccak

Defined in:
lib/ed25519_keccak/ed25519base.rb,
lib/ed25519_keccak/version.rb,
lib/ed25519_keccak/sha3_512.rb,
lib/ed25519_keccak/keccak512.rb

Overview

This implementation is a rewrite of python codes on RFC8032 as ruby. original : tools.ietf.org/html/rfc8032

Defined Under Namespace

Classes: Ed25519Base, Keccak512, SHA3_512

Constant Summary collapse

VERSION =
"0.1.0"