1
0
mirror of https://github.com/fluencelabs/js-libp2p-crypto synced 2025-03-16 21:21:09 +00:00
js-libp2p-crypto/test/fixtures/secp256k1.js
2017-09-05 15:28:43 +02:00

9 lines
408 B
JavaScript

'use strict'
module.exports = {
// protobuf marshaled key pair generated with libp2p-crypto-secp256k1
// and marshaled with libp2p-crypto.marshalPublicKey / marshalPrivateKey
pbmPrivateKey: Buffer.from('08021220e0600103010000000100000000000000be1dc82c2e000000e8d6030301000000', 'hex'),
pbmPublicKey: Buffer.from('0802122103a9a7272a726fa083abf31ba44037f8347fbc5e5d3113d62a7c6bc26752fd8ee1', 'hex')
}