gitee.com/lh-her-team/common@v1.5.1/crypto/sdf/helper.go (about)

     1  package sdf
     2  
     3  import "math/big"
     4  
     5  type ECCSignature struct {
     6  	R *big.Int
     7  	S *big.Int
     8  }