Searched refs:cafebabeKey (Results 1 – 2 of 2) sorted by relevance
94 const cafebabeKey = 'cafebabe'.repeat(8); constant101 ecdh5.setPrivateKey(cafebabeKey, 'hex');102 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);125 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);153 ecdh5.setPrivateKey(cafebabeKey, 'hex');165 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
11 const cafebabeKey = 'cafebabe'.repeat(8); constant97 ecdh1.setPrivateKey(cafebabeKey, 'hex');