aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-22 07:25:00 +0800
committerobscuren <geffobscura@gmail.com>2015-01-22 07:25:00 +0800
commit6eaa404187953777e8dc866e4e3db089e4ad0501 (patch)
tree07f8900b56377b50bc1f26f04bdfbf6d2644a577 /crypto/crypto.go
parent0045ce4cde69af0dd4b2f77871f893b091250489 (diff)
downloaddexon-6eaa404187953777e8dc866e4e3db089e4ad0501.tar.gz
dexon-6eaa404187953777e8dc866e4e3db089e4ad0501.tar.zst
dexon-6eaa404187953777e8dc866e4e3db089e4ad0501.zip
Moved sha3 from `obscuren`
Diffstat (limited to 'crypto/crypto.go')
-rw-r--r--crypto/crypto.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.go b/crypto/crypto.go
index b8fd78fa2..2c5f30905 100644
--- a/crypto/crypto.go
+++ b/crypto/crypto.go
@@ -7,10 +7,10 @@ import (
"crypto/sha256"
"code.google.com/p/go.crypto/ripemd160"
+ "github.com/ethereum/go-ethereum/crypto/sha3"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/obscuren/ecies"
"github.com/obscuren/secp256k1-go"
- "github.com/obscuren/sha3"
)
func init() {
> * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-6/+6 * Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1 * Fixes bug 498712 (bnc) - deleting meetings sometimes does not work properly.Chenthill Palanisamy2009-05-211-2/+4 * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-12/+16 * ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0 * updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-4/+0 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-17/+17 * Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1 * 2007-08-23 mcrha Fix for bug #329746Milan Crha2007-08-241-5/+5 * ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1 * Fixes #332101Chenthill Palanisamy2006-10-171-1/+1 * Added retract support.Chenthill Palanisamy2006-04-031-0/+91 * broken pipes are soo funKjartan Maraas2006-02-081-4/+1 * moved e-error to e-util/Not Zed2005-05-161-1/+1 * Make calendar-errors.xml.h and install the xml file.Jeffrey Stedfast2004-05-261-52/+40 * Fixes: #57472Trent Lloyd2004-05-251-0/+6 * Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-241-6/+12 * See #51567 use "gtk_dialog_add_buttons" to change the response_id ofBruce Tao2004-02-121-2/+3 * Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-131-1/+0 * Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-201-0/+1 * Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0 * Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-13/+13 * Fix an unused variableDan Winship2003-07-231-1/+1 * added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-3/+4 * Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-1/+1 * Changed e_messagebox -> gtk_messagedialog.Not Zed2002-11-251-11/+6 * converted to BonoboObject.Rodrigo Moya2002-11-081-4/+3 * Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-5/+9 * Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-2/+9 * Fixing the license text.Ettore Perazzoli2001-10-281-4/+3 * Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-261-0/+1 * Fixes bug #2830.Federico Mena Quintero2001-09-191-3/+9 * Fix bug #2829.Federico Mena Quintero2001-05-191-48/+88 * Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-111-18/+13 * <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-291-1/+6 * Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+2 * Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-15/+37 * Clean up translatable strings for translators, fixes bug 993JP Rosevear2000-12-231-6/+5 * Fixes bug #920.Federico Mena Quintero2000-12-071