nist-beacon

0.1.4 • Public • Published

nist-beacon

This is a simple wrapper for the NIST Beacon API. The NIST Beacon publishes 512 bits of randomness every 60 seconds.

Installation

npm install nist-beacon

Usage

var beacon = require('nist-beacon')
var epochTime = 1412480000

beacon.currentRecord(epochTime, function (err, res) {
  // prints the beacon value closest to epochTime in 128 hex characters
  console.log(res)
})

beacon.lastRecord(function (err, res) {
  // prints the last-published beacon value
  console.log(res)
})

Dependents (0)

Package Sidebar

Install

npm i nist-beacon

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • charlescharles