diff --git a/library/src/org/whispersystems/textsecure/crypto/ecc/Curve.java b/library/src/org/whispersystems/textsecure/crypto/ecc/Curve.java index 763c9e4efd..9cd221335f 100644 --- a/library/src/org/whispersystems/textsecure/crypto/ecc/Curve.java +++ b/library/src/org/whispersystems/textsecure/crypto/ecc/Curve.java @@ -23,7 +23,7 @@ public class Curve { public static final int NIST_TYPE = 0x02; private static final int NIST_TYPE2 = 0x03; - public static final int DJB_TYPE = 0x04; + public static final int DJB_TYPE = 0x05; public static ECKeyPair generateKeyPairForType(int keyType) { if (keyType == DJB_TYPE) {