Object Blake

  • All Implemented Interfaces:

    
    public class Blake
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Blake INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Felt blake2sHash(List<Felt> felts) Computes the Blake2s hash of a list of Felts.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • blake2sHash

         final static Felt blake2sHash(List<Felt> felts)

        Computes the Blake2s hash of a list of Felts.

        Parameters:
        felts - List of Felt values to hash.