mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-04-18 08:36:31 +02:00

Added the ability to register card content on the BTC blockchain in order to certify its existance/content
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
var npm = {
|
|
base58: require('bs58'),
|
|
bitcoin: require('bitcoinjs-lib'),
|
|
ecurve: require('ecurve'),
|
|
BigInteger: require('bigi'),
|
|
buffer: require('buffer')
|
|
}
|
|
|
|
module.exports = npm |