@li0ard/gost341194

GOST R 34.11-94 hash function in pure TypeScript

https://github.com/li0ard/gost341194

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords

crypto gost gost3411 gost341194 streebog
Last synced: 6 months ago · JSON representation ·

Repository

GOST R 34.11-94 hash function in pure TypeScript

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Topics
crypto gost gost3411 gost341194 streebog
Created 7 months ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

@li0ard/gost341194
GOST R 34.11-94 hash function in pure TypeScript
docs




Installation

```bash

from NPM

npm i @li0ard/gost341194

from JSR

bunx jsr i @li0ard/gost341194 ```

Supported modes

  • [x] Hash function
  • [x] PBKDF2

Features

  • Provides simple and modern API
  • Most of the APIs are strictly typed
  • Fully complies with GOST R 34.11-94 (RFC 5831) standard
  • Supports Bun, Node.js, Deno, Browsers

Examples

```ts import { Gost341194 } from "@li0ard/streebog"

let hash = new Gost341194() hash.update(new TextEncoder().encode("hello world")) console.log(hash.digest()) ```

Owner

  • Name: Artem Petrenko
  • Login: li0ard
  • Kind: user
  • Location: Amsterdam

- CEO at @nextlng; Web admin at @tosvasq

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: gost341194
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Nikolai
    family-names: Konovalov
    email: li0ard@li0ard.rest
    affiliation: TheInfinityWay
    orcid: 'https://orcid.org/0009-0008-6084-7154'
repository-code: 'https://github.com/li0ard/gost341194'
abstract: GOST R 34.11-94 hash function in pure TypeScript
keywords:
  - gost
  - crypto
  - streebog
  - gost341194
license: MIT

GitHub Events

Total
  • Release event: 1
  • Push event: 4
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 4
  • Create event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Lizard l****d@p****e 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

Packages

  • Total packages: 1
  • Total downloads:
    • npm 382 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
npmjs.org: @li0ard/gost341194

GOST R 34.11-94 hash function in pure TypeScript

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 382 Last month
Rankings
Dependent repos count: 24.2%
Average: 29.5%
Dependent packages count: 34.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
  • oven-sh/setup-bun v2 composite
.github/workflows/jsr.yml actions
  • actions/checkout v4 composite
  • oven-sh/setup-bun v2 composite
.github/workflows/npm.yml actions
  • actions/checkout v4 composite
  • oven-sh/setup-bun v2 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • oven-sh/setup-bun v2 composite
package.json npm
  • @types/bun latest development
  • typedoc ^0.28.7 development
  • @li0ard/gost3413 ^0.1.4
  • @li0ard/magma ^0.1.4