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

CryptoNamedCurve

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

Named curve selector.

language/library/src/crypto/binding/algorithm.ds:44:53
1export enum CryptoNamedCurve {2    P256 = 1,3    P384 = 2,4    P521 = 3,5    Secp256k1 = 4,6}

Variants

P256 = 1

NIST P-256.

P384 = 2

NIST P-384.

P521 = 3

NIST P-521.

Secp256k1 = 4

SEC secp256k1.

discordxgithub
2026.8.3alpha