# @agrozyme/crypto

Latest version **2.0.5** (published 2026-05-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install @agrozyme/crypto
pnpm add @agrozyme/crypto
yarn add @agrozyme/crypto
bun add @agrozyme/crypto
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.5 |
| Published | 2026-05-07 |
| First published | 2023-07-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 157.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | agrozyme |

## Links

- npm: https://www.npmjs.com/package/@agrozyme/crypto
- Repository: https://gitlab.com/agrozyme-package/TypeScript/crypto.git
- Homepage: https://gitlab.com/agrozyme-package/TypeScript/crypto
- npm.io page: https://npm.io/package/@agrozyme/crypto

## Dependencies (6)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [@scure/base](https://npm.io/package/@scure/base.md) ^2.2.0
- [@noble/curves](https://npm.io/package/@noble/curves.md) ^2.2.0
- [@noble/hashes](https://npm.io/package/@noble/hashes.md) ^2.2.0
- [@noble/ciphers](https://npm.io/package/@noble/ciphers.md) ^2.2.0
- [@noble/post-quantum](https://npm.io/package/@noble/post-quantum.md) ^0.6.1

## Recent versions

- 2.0.5 (latest) — 2026-05-07
- 1.0.16 (last-v1) — 2026-04-20
- 2.0.4 — 2026-04-17
- 2.0.3 — 2026-04-10
- 1.0.15 — 2026-04-09
- 2.0.2 — 2026-04-09
- 2.0.1 — 2026-04-09
- 1.0.14 — 2026-04-09
- 2.0.0 — 2026-04-08
- 1.0.13 — 2026-04-08
- 1.0.12 — 2026-04-07
- 1.0.11 — 2026-04-07
- 1.0.10 — 2024-10-07
- 1.0.9 — 2024-06-19
- 1.0.8 — 2024-04-16
- … 8 more at https://npm.io/package/@agrozyme/crypto/versions

## README

# crypto

Use [noble cryptography](https://paulmillr.com/noble/) packages to build list:

- hash:
  - hashMap
  - hashWithoutOptionsMap
  - tupleHashMap
  - saltHashMap
- cipher:
  - cipherMap
  - asyncChipherMap
- curve: curveMap
- bytesCoder: bytesCoderMap

---
_Source: https://npm.io/package/@agrozyme/crypto · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
