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

Struct parameters

cipher/dsa/dsa.go:23–25  ·  view source on GitHub ↗

parameters represents the DSA parameters

Source from the content-addressed store, hash-verified

21type (
22 // parameters represents the DSA parameters
23 parameters struct {
24 P, Q, G *big.Int
25 }
26
27 // dsa represents the DSA
28 dsa struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected