menu
CryptoX448KeyShape
import { CryptoX448KeyShape } from "destack:crypto/binding";
X448 key shape.
1export struct CryptoX448KeyShape {2 algorithm: "x448";3}Members
algorithm: "x448"Shape discriminator.
import { CryptoX448KeyShape } from "destack:crypto/binding";
X448 key shape.
1export struct CryptoX448KeyShape {2 algorithm: "x448";3}algorithm: "x448"Shape discriminator.