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