Timo-1

Results 1 issues of Timo-1

Currently, FTS code often directly uses the Go crypto package, e.g. create and use ecdsa keys in `token/core/zkatdlog/crypto/ecdsa/ecdsa.go` and `token/core/identity/msp/x509/ecdsa.go` etc. Instead, FTS should use the fabric BCCSP providers, including...

enhancement