1.1.1 • Published 6 years ago

@protocoder/blake2 v1.1.1

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
6 years ago

Blake2Angular

This is an angular implementation of the blake2 hashing algorithm, using pure typescript.

Acknowledgments

The code in this project is very closely based on that of the blakejs module.

I needed this functionality to be available as an angular module and it turns out porting it was simpler than messing around with type definitions and imports that resisted heavily against being included in an angular project.

This project was generated with Angular CLI version 1.7.3 and subsequently upgraded to angular 7.

Usage

Install the dependency using npm i -s @protocoder/blake2-angular.

Then simply import the Blake2Module into your module and the Blake2bService will be made available for injection.