Create a new [`DsaPublicKey`] with the following components: - `p`: prime modulus. - `q`: prime divisor of `p - 1`. - `g`: generator of a subgroup of order `q` in the multiplicative group `GF(p)`, such that `1 < g < p`. - `y`: the public key, where `y = gˣ mod p`. # Errors Returns [`Error::FormatEncoding`] in the event any of the components are negative.
(p: Mpint, q: Mpint, g: Mpint, y: Mpint)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected