class Ed25519Keccak::Keccak512
using Keccak(original) as a hash function
Public Class Methods
new()
click to toggle source
Calls superclass method
Ed25519Keccak::Ed25519Base::new
# File lib/ed25519_keccak/keccak512.rb, line 7 def initialize() super( ->(s){ return Digest::SHA3.digest( s , 512 ) } ) end