OSDN Git Service

rm useless comments (#578)
authorwyjDoraemon <46176410+wyjDoraemon@users.noreply.github.com>
Thu, 18 Mar 2021 02:00:24 +0000 (10:00 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 02:00:24 +0000 (10:00 +0800)
crypto/csp/csp.go

index 0396df1..8432dcd 100644 (file)
@@ -6,16 +6,6 @@ import (
        "crypto"
 )
 
-// var currentCrypt XXXXX
-
-// var (
-//     currentCrypto map[string]XXXX
-// )
-
-// func init() {
-//     currentCrypt = currentCrypto[config。?????]
-// }
-
 type XPrvKeyer interface {
        // XPub derives an extended public key from a given xprv.
        XPub() XPubKeyer