@shardus/crypto-utils
Advanced tools
Comparing version 4.1.0 to 4.1.1
/// <reference types="node" /> | ||
import { curvePublicKey, curveSecretKey, hexstring, publicKey, secretKey, sharedKey } from '@shardus/types'; | ||
export declare type hexstring = string; | ||
export declare type publicKey = hexstring; | ||
export declare type secretKey = hexstring; | ||
export declare type curvePublicKey = hexstring; | ||
export declare type curveSecretKey = hexstring; | ||
export declare type sharedKey = hexstring; | ||
export declare const stringify: (input: any) => string; | ||
@@ -4,0 +9,0 @@ export interface Keypair { |
{ | ||
"name": "@shardus/crypto-utils", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Provides simple crypto functions, as used by the ULC Project.", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
@@ -1,9 +0,7 @@ | ||
import { | ||
curvePublicKey, | ||
curveSecretKey, | ||
hexstring, | ||
publicKey, | ||
secretKey, | ||
sharedKey, | ||
} from '@shardus/types'; | ||
export type hexstring = string; | ||
export type publicKey = hexstring; | ||
export type secretKey = hexstring; | ||
export type curvePublicKey = hexstring; | ||
export type curveSecretKey = hexstring; | ||
export type sharedKey = hexstring; | ||
@@ -10,0 +8,0 @@ const sodium = require('sodium-native'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
104233
2440
0