Skip to content

Commit 686d75a

Browse files
authored
Update README.md
1 parent 83d1d2a commit 686d75a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

XLS-0025-enhanced-secret-numbers/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Enhanced Secret Numbers
2-
31
<pre>
4-
XRP Ledger Proposed Standard XLS-25d
5-
6-
Title: <b>Enhanced Secret Numbers</b>
7-
(Enhancements to XLS-12)
8-
Author: <b><a href="mailto:nikb@bougalis.net">Nik Bougalis</a></b>
9-
Created: <b>2021-12-10</b>
2+
xls: XLS-25
3+
title: Enhanced Secret Numbers
4+
description: Enhances XLS-12 secret number format by introducing an additional block for encoding ancillary information, and supporingt for longer secrets.
5+
author: Nik Bougalis (nikb@bougalis.net)
6+
status: Final
7+
category: Community
8+
created: 2021-12-10
109
</pre>
1110

12-
<hr/>
11+
# Enhanced Secret Numbers
1312

1413
## Abstract
1514
The Secret Numbers proposal **<a href="https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-12">XLS-12</a>** introduces a new format for secrets - based on blocks of numbers/digits (0-9) with block-level checksums - to generate XRP Ledger account keys and address. This draft proposes augmenting and enhancing **XLS-12** to make the format more flexible and more robust.
@@ -99,3 +98,4 @@ The information block itself is then calculated as:
9998
A = ((X + 7) * 100000) + (C * 256 + F)
10099

101100
The end result is an A block that begins with 7, 8 or 9, which means it cannot be a valid XLS12 block, while still retaining a checksum in the A block.
101+

0 commit comments

Comments
 (0)