Revert "Replace curve25519-java with libsignal-client"

This reverts commit 0011b8925b.
This commit is contained in:
Jon Chambers
2021-11-16 11:07:59 -05:00
committed by Jon Chambers
parent 888cec3d56
commit c1d6c04ab2
12 changed files with 254 additions and 21 deletions

View File

@@ -8,8 +8,8 @@ package org.whispersystems.textsecuregcm.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.whispersystems.libsignal.ecc.Curve;
import org.whispersystems.libsignal.ecc.ECPrivateKey;
import org.whispersystems.textsecuregcm.crypto.Curve;
import org.whispersystems.textsecuregcm.crypto.ECPrivateKey;
import org.whispersystems.textsecuregcm.util.ByteArrayAdapter;
import javax.validation.constraints.NotNull;