From 6445ea5f13850f42c3952bd06a2369317683ed88 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Thu, 8 Jan 2015 13:48:49 -0800 Subject: Break project up into Java and Android build/test. --- .../libaxolotl/ecc/ECPrivateKey.java | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/main/java/org/whispersystems/libaxolotl/ecc/ECPrivateKey.java (limited to 'src/main/java/org/whispersystems/libaxolotl/ecc/ECPrivateKey.java') diff --git a/src/main/java/org/whispersystems/libaxolotl/ecc/ECPrivateKey.java b/src/main/java/org/whispersystems/libaxolotl/ecc/ECPrivateKey.java deleted file mode 100644 index 922057de..00000000 --- a/src/main/java/org/whispersystems/libaxolotl/ecc/ECPrivateKey.java +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Copyright (C) 2013 Open Whisper Systems - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -package org.whispersystems.libaxolotl.ecc; - -public interface ECPrivateKey { - public byte[] serialize(); - public int getType(); -} -- cgit v1.2.3