Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Shardus Crypto Utils

Shardus Crypto Utils is a tool providing a set of cryptographic utility functions specifically designed for developers working with the Shardus core. It offers a simplified interface to node-sodium cryptographic functions, which are fundamental to the Shardus project.
[Shardus Crypto Utils](https://docs.shardus.com/docs/tools/crypto-utils) is a tool providing a set of cryptographic utility functions specifically designed for developers working with the Shardus core. It offers a simplified interface to node-sodium cryptographic functions, which are fundamental to the Shardus project.

## Installation

You can install Shardus Crypto Utils via npm:
You can [install Shardus Crypto Utils via npm](https://www.npmjs.com/package/@shardus/crypto-utils):

```bash
npm install @shardus/crypto-utils
Expand Down