Class AsconPermutationFriend.AsconPermutation

  • Enclosing class:
    AsconPermutationFriend

    public static class AsconPermutationFriend.AsconPermutation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long x0  
      long x1  
      long x2  
      long x3  
      long x4  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void p​(int nr)  
      void round​(long C)  
      void set​(long x0, long x1, long x2, long x3, long x4)  
      • Methods inherited from class java.lang.Object

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

      • x0

        public long x0
      • x1

        public long x1
      • x2

        public long x2
      • x3

        public long x3
      • x4

        public long x4
    • Method Detail

      • round

        public void round​(long C)
      • p

        public void p​(int nr)
      • set

        public void set​(long x0,
                        long x1,
                        long x2,
                        long x3,
                        long x4)