@veramo/core
Advanced tools
Comparing version 1.2.3-next.27 to 1.2.3-next.28
{ | ||
"name": "@veramo/core", | ||
"description": "Veramo Core Logic & Interfaces.", | ||
"version": "1.2.3-next.27+393c316e", | ||
"version": "1.2.3-next.28+a030f0a9", | ||
"main": "build/index.js", | ||
@@ -51,3 +51,3 @@ "types": "build/index.d.ts", | ||
"keywords": [], | ||
"gitHead": "393c316e27fb31b3c7fa63aae039b8fc6ae963ce" | ||
"gitHead": "a030f0a9779e5158d9369d2f81107158fbaeac70" | ||
} |
@@ -204,7 +204,7 @@ import { IPluginMethodMap } from './IAgent' | ||
* Compute a shared secret with the public key of another party. | ||
* | ||
* | ||
* This computes the raw shared secret (the result of a Diffie-Hellman computation) | ||
* To use this for symmetric encryption you MUST apply a KDF on the result. | ||
* | ||
* @param args {@link IKeyManagerSharedKeyArgs} | ||
* | ||
* @param args {@link IKeyManagerSharedKeyArgs} | ||
* @returns a `Promise` that resolves to a hex encoded shared secret | ||
@@ -211,0 +211,0 @@ */ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
198816