Replace curve25519-java with libsignal-server

These APIs stemmed from a common source long ago, so there's not much
to change!
This commit is contained in:
Jordan Rose
2021-11-09 15:32:53 -08:00
committed by Jon Chambers
parent 86a09b16ff
commit 06a57ef811
12 changed files with 21 additions and 254 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.textsecuregcm.crypto.Curve;
import org.whispersystems.textsecuregcm.crypto.ECPrivateKey;
import org.signal.libsignal.protocol.ecc.Curve;
import org.signal.libsignal.protocol.ecc.ECPrivateKey;
import org.whispersystems.textsecuregcm.util.ByteArrayAdapter;
import javax.validation.constraints.NotNull;