// Copyright 2018-2026 the Deno authors. MIT license.
//
// PKCS #3: Diffie-Hellman Key Agreement Standard
use Sequence;
use der;
use asn1;
// The parameters fields associated with OID dhKeyAgreement
//
// DHParameter ::= SEQUENCE {
// prime INTEGER, -- p
// base INTEGER, -- g
// privateValueLength INTEGER OPTIONAL }