Project

General

Profile

« Previous | Next » 

Revision 1d581993

Added by Leszek Koltunski about 2 years ago

Introduce ObjectSignature that can incorporate 192-bit signatures (for 5x5x5 bandaged cubes).
ObjectScrambler does not fully work yet.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyJson.java
25 25
import org.distorted.library.type.Static4D;
26 26
import org.distorted.objectlib.helpers.ObjectFaceShape;
27 27
import org.distorted.objectlib.helpers.ObjectShape;
28
import org.distorted.objectlib.helpers.ObjectSignature;
28 29
import org.distorted.objectlib.helpers.ObjectSticker;
29 30
import org.distorted.objectlib.scrambling.ScrambleState;
30 31
import org.distorted.objectlib.json.JsonReader;
......
284 285

  
285 286
///////////////////////////////////////////////////////////////////////////////////////////////////
286 287

  
287
  public long getSignature()
288
  public ObjectSignature getSignature()
288 289
    {
289 290
    return mReader.getSignature();
290 291
    }

Also available in: Unified diff