Skip to content

Commit

Permalink
docs: replace tabs with spaces in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelelliot committed Jan 23, 2024
1 parent c549ad6 commit f92ace7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ npm run test
```

Run integration tests without (re)compiling contracts:

```bash
SKIP_COMPILE=1 npm run test
```
Expand All @@ -54,7 +55,7 @@ npm run clear_cache

## Reference

### DG1 TD3 Data Structure
### DG1 TD3 Data Structure

#### ASN.1 Header

Expand All @@ -68,24 +69,23 @@ npm run clear_cache
#### TD3 Data Structure

```
------------------------------------------
Name of Data Element Length
------------------------------------------
A Document code 2
B Issuing State or organization 3
C Name of holder 39
D Document number 9
E Check digit — Document number 1
F Nationality 3
G Date of birth 6
H Check digit — Date of birth 1
I Sex 1
J Date of expiry 6
K Check digit — Date of expiry 1
L Optional data 14
M Check digit 1
N Composite check digit 1
------------------------------------------
Name of Data Element Length
-------------------------------------------
A Document code 2
B Issuing State or organization 3
C Name of holder 39
D Document number 9
E Check digit — Document number 1
F Nationality 3
G Date of birth 6
H Check digit — Date of birth 1
I Sex 1
J Date of expiry 6
K Check digit — Date of expiry 1
L Optional data 14
M Check digit 1
N Composite check digit 1
-------------------------------------------
TD3 length is always 88 bytes
TD3 looks like this: AABBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCDDDDDDDDDEFFFGGGGGGHIJJJJJJKLLLLLLLLLLLLLLMN
```
Expand Down

0 comments on commit f92ace7

Please sign in to comment.