menu
CryptoAgreementX963
import { CryptoAgreementX963 } from "destack:crypto/binding";
Key-agreement X9.63 derivation.
1export struct CryptoAgreementX963<'a> {2 algorithm: CryptoKeyAgreementAlgorithm;3 digest: CryptoDigestAlgorithm;4 sharedInfo: &'a readonly [uint8];5}Members
algorithm: CryptoKeyAgreementAlgorithmKey-agreement algorithm.
digest: CryptoDigestAlgorithmDigest algorithm.
sharedInfo: &'a readonly [uint8]Shared info bytes.