@@ -38,5 +38,5 @@ export function decrypt(privkey, pubkey, ciphertext) {
functiongetNormalizedX(key){
returntypeofkey==='string'
?key.substr(2,64)
:Buffer.from(key.slice(1)).toString('hex')
:Buffer.from(key.slice(1,33)).toString('hex')
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.