Skip to content

vigcoin/crypto

Repository files navigation

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!"))

About

cryptonote basic apis for node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published