MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / dsa

Struct dsa

cipher/dsa/dsa.go:28–32  ·  view source on GitHub ↗

dsa represents the DSA

Source from the content-addressed store, hash-verified

26
27 // dsa represents the DSA
28 dsa struct {
29 parameters
30 pubKey *big.Int // public key (y)
31 privKey *big.Int // private key (x)
32 }
33)
34
35// New creates a new DSA instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected