UNPKG

178 BTypeScriptView Raw
1export declare function convertSecretKeyToCurve25519(secretKey: Uint8Array): Uint8Array;
2export declare function convertPublicKeyToCurve25519(publicKey: Uint8Array): Uint8Array;