BRFC ID Assignment
ID Construction
let hash = sha256d(
spec.title.trim() +
(spec.author || '').trim() +
(spec.version || '').trim()
);let bitcoinDisplayHash = hash
.reverse()
.toString('hex');let brfcId = bitcoinDisplayHash.substring(0, 12);Considerations
Test Cases
Last updated
Was this helpful?

