destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoAgreementX963
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoAgreementX963
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:crypto/destack:crypto/binding
mdtxt

CryptoAgreementX963

import { CryptoAgreementX963 } from "destack:crypto/binding";

Key-agreement X9.63 derivation.

language/library/src/crypto/binding/agreement.ds:39:46
1export struct CryptoAgreementX963<'a> {2    algorithm: CryptoKeyAgreementAlgorithm;3    digest: CryptoDigestAlgorithm;4    sharedInfo: &'a readonly [uint8];5}

Members

algorithm: CryptoKeyAgreementAlgorithm

Key-agreement algorithm.

digest: CryptoDigestAlgorithm

Digest algorithm.

sharedInfo: &'a readonly [uint8]

Shared info bytes.

discordxgithub
2026.8.3alpha