0.6.5 • Published 4 years ago

@vigcoin/crypto v0.6.5

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Build Status Coverage Status MIT license

Crypto wrap for vigcoin

  1. you can have a lot of types
import {
  CNCheckHash,
  CNFashHash,
  CNSlowHash,
  CryptoHash,
  CryptonoteDifficulty,
  CryptoSignature,
  HASH_LENGTH,
  IHash,
  IKey,
  IKeyDerivation,
  IKeyImage,
  IPrivateKey,
  IPublicKey,
  ISignature,
  IsPublicKey,
  NULL_HASH,
  SIGNATURE_LENGTH
} from "../src/types";
  1. you can hash a message with fast hash
import { Hash } from "../src/hash";
Hash.from(Buffer.from("Hello world!"))
0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

5 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago