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)
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.40
0.1.33
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i nist-beacon

Weekly Downloads

3

Version

0.1.4

License

MIT

Last publish

Collaborators

  • charlescharles