@li0ard/gost341194
GOST R 34.11-94 hash function in pure TypeScript
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
Repository
GOST R 34.11-94 hash function in pure TypeScript
Basic Info
- Host: GitHub
- Owner: li0ard
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://li0ard.is-cool.dev/gost341194
- Size: 25.4 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 4
Topics
Metadata Files
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
- Website: li0ard.github.io
- Repositories: 4
- Profile: https://github.com/li0ard
- 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
Top Committers
| Name | 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
- Homepage: https://github.com/li0ard/gost341194#readme
- License: MIT
-
Latest release: 0.1.4
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- 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
- actions/checkout v4 composite
- oven-sh/setup-bun v2 composite
- actions/checkout v4 composite
- oven-sh/setup-bun v2 composite
- actions/checkout v4 composite
- oven-sh/setup-bun v2 composite
- @types/bun latest development
- typedoc ^0.28.7 development
- @li0ard/gost3413 ^0.1.4
- @li0ard/magma ^0.1.4