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

CryptoKdfBits

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

Key derivation raw byte request.

language/library/src/crypto/binding/kdf.ds:149:154
1export struct CryptoKdfBits<'a> {2    kdf: CryptoKdf<'a>;3    length: uint32;4}

Members

kdf: CryptoKdf<'a>

Key derivation.

length: uint32

Output length in bytes.

discordxgithub
2026.8.3alpha