Revert "Replace curve25519-java with libsignal-server"

This reverts commit 06a57ef811.
This commit is contained in:
Jon Chambers
2022-03-24 11:38:04 -04:00
committed by Jon Chambers
parent 33467b42da
commit c06a5ac96c
12 changed files with 254 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ import java.security.InvalidKeyException;
import java.util.Base64;
import java.util.UUID;
import org.junit.jupiter.api.Test;
import org.signal.libsignal.protocol.ecc.Curve;
import org.whispersystems.textsecuregcm.crypto.Curve;
import org.whispersystems.textsecuregcm.storage.Account;
import org.whispersystems.textsecuregcm.storage.Device;