@trustwallet/wallet-core 3.3.1-dev → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
|
@@ -771,7 +771,6 @@ export class PrivateKey {
|
|
771
771
|
getPublicKeyEd25519Blake2b(): PublicKey;
|
772
772
|
getPublicKeyEd25519Cardano(): PublicKey;
|
773
773
|
getPublicKeyCurve25519(): PublicKey;
|
774
|
-
getSharedKey(publicKey: PublicKey, curve: Curve): Uint8Array;
|
775
774
|
sign(digest: Uint8Array | Buffer, curve: Curve): Uint8Array;
|
776
775
|
signAsDER(digest: Uint8Array | Buffer): Uint8Array;
|
777
776
|
signZilliqaSchnorr(message: Uint8Array | Buffer): Uint8Array;
|