Default to RSA

Because of potential vulnerabilities in the ECDH library, all new
accounts should default to RSA.
This commit is contained in:
Nick Sullivan
2015-04-24 16:25:46 -07:00
parent 5deefb26c5
commit 6abea0f3f6
+1 -1
View File
@@ -35,7 +35,7 @@ const (
ECCRecord = "ECC"
)
var DefaultRecordType = ECCRecord
var DefaultRecordType = RSARecord
// Constants for scrypt
const (