md5-o-matic

WebJar for md5-o-matic

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

md5-o-matic
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

md5-o-matic
WebJar for md5-o-matic
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/trentmillar/md5-o-matic

Download md5-o-matic

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/md5-o-matic/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>md5-o-matic</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/md5-o-matic/
implementation 'org.webjars.npm:md5-o-matic:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/md5-o-matic/
implementation ("org.webjars.npm:md5-o-matic:0.1.1")
'org.webjars.npm:md5-o-matic:jar:0.1.1'
<dependency org="org.webjars.npm" name="md5-o-matic" rev="0.1.1">
  <artifact name="md5-o-matic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='md5-o-matic', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "md5-o-matic" % "0.1.1"
[org.webjars.npm/md5-o-matic "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

md5-o-matic

Simple & fast MD5 hashing for Node.js that requires no other module dependencies since it is pure javascript.

Performance can be found on jsperf.com in the MD5 Shootout,

http://jsperf.com/md5-hash-test http://jsperf.com/md5-shootout/39

Installation

npm install md5-o-matic

Usage

var md5omatic = require('md5-o-matic');

var hash;
hash = md5omatic('the quick brown fox jumps over the lazy dog');
console.log(hash);

Tests

mocha test/*.js

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release

Versions

Version
0.1.1