Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ara-crypto

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ara-crypto - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.9.4](https://github.com/AraBlocks/ara-crypto/compare/0.9.3...0.9.4) (2021-04-02)
## [0.9.3](https://github.com/AraBlocks/ara-crypto/compare/0.9.2...0.9.3) (2021-04-02)

@@ -2,0 +6,0 @@

4

index.js

@@ -6,4 +6,2 @@ const { createUnboxStream, unbox } = require('./unbox')

const { blake2b } = require('./blake2b')
const { decrypt } = require('./decrypt')
const { encrypt } = require('./encrypt')
const { keyPair } = require('./key-pair')

@@ -32,4 +30,2 @@ const curve25519 = require('./curve25519')

blake2b,
decrypt,
encrypt,
keyPair,

@@ -36,0 +32,0 @@ base58,

{
"name": "ara-crypto",
"version": "0.9.3",
"version": "0.9.4",
"description": "Cryptographic functions used in Ara modules",

@@ -30,3 +30,2 @@ "main": "index.js",

"dependencies": {
"ara-secret-storage": "^0.1.2",
"base-x": "^3.0.4",

@@ -33,0 +32,0 @@ "buffer-alloc-unsafe": "^1.0.0",

@@ -59,4 +59,2 @@ <img src="https://github.com/AraBlocks/docs/blob/master/ara.png" width="30" height="30" /> ara-crypto

- [crypto.uint64.decode(buffer)](#uint64-decode)
- **DEPRECATED** [crypto.encrypt(buffer, opts)](#encrypt)
- **DEPRECATED** [crypto.decrypt(encrypted, opts)](#decrypt)
- [crypto.box(buffer, opts)](#box)

@@ -219,14 +217,2 @@ - [crypto.unbox(buffer, opts)](#unbox)

### `crypto.encrypt(value, opts)` <a name="encrypt"></a>
**DEPRECATED** (_2018-08-13_) - Please use
[ara-secret-storage](https://github.com/AraBlocks/ara-secret-storage#encrypt)
instead.
### `crypto.decrypt(value, opts)` <a name="decrypt"></a>
**DEPRECATED** (_2018-08-13_) - Please use
[ara-secret-storage](https://github.com/AraBlocks/ara-secret-storage#decrypt)
instead.
### `crypto.box(buffer, opts)` <a name="box"></a>

@@ -233,0 +219,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc