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. CryptoDerivedKey
    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. CryptoDerivedKey
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:crypto/destack:crypto/binding
mdtxt

CryptoDerivedKey

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

Output key requested from a derivation operation.

language/library/src/crypto/binding/key.ds:113:118
1export struct CryptoDerivedKey {2    shape: CryptoKeyShape;3    policy: CryptoKeyPolicy;4}

Members

shape: CryptoKeyShape

Derived key shape.

policy: CryptoKeyPolicy

Derived key policy.

discordxgithub
2026.8.3alpha