Class SodiumLib.crypto_generichash_state

java.lang.Object
io.aether.nativeLib.SodiumLib.crypto_generichash_state
Enclosing class:
SodiumLib

public static class SodiumLib.crypto_generichash_state extends Object
  • Field Details

    • h

      public long[] h
    • buf

      public byte[] buf
    • buflen

      public long buflen
    • buflen_max

      public long buflen_max
    • pad

      public long[] pad
  • Constructor Details

    • crypto_generichash_state

      public crypto_generichash_state()
    • crypto_generichash_state

      public crypto_generichash_state(long[] h, byte[] buf, long buflen, long buflen_max, long[] pad)
  • Method Details

    • getH

      public long[] getH()
    • getBuf

      public byte[] getBuf()
    • getBuflen

      public long getBuflen()
    • getBuflen_max

      public long getBuflen_max()
    • getPad

      public long[] getPad()
    • serialize

      public long serialize(MemorySegment segment, long offset, Arena arena)
    • deserialize

      public void deserialize(MemorySegment segment, long offset)
    • getSerializedSize

      public int getSerializedSize()
    • getStaticSize

      public static int getStaticSize()