Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marek committed Nov 6, 2022
1 parent a697cc8 commit 4aae608
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,14 @@ Arbitrary curve (not predefined, parameters must be provided):
## Hash - Related functions
|Name|Link|Comment|
|:--:|:--:|:--:|
|HKDF|[hashrel-hkdf]|HKDF Examples|
|HMAC|[[hashrel-hmac]|HMAC Examples|
|Poly1305|[[hashrel-poly1305]|Poly1305 Examples|
|HKDF|[Example Code][hashrel-hkdf]|HKDF Examples|
|HMAC|[Example Code][hashrel-hmac]|HMAC Examples|
|Poly1305|[Example Code][hashrel-poly1305]|Poly1305 Examples|


[hashrel-hkdf]::<docs/lookup/hashrel-hkdf.md>
[hashrel-hmac]::<docs/lookup/hashrel-hmac.md>
[hashrel-poly1305]::<docs/lookup/hashrel-poly1305.md>
[hashrel-hkdf]:<docs/lookup/hashrel-hkdf.md>
[hashrel-hmac]:<docs/lookup/hashrel-hmac.md>
[hashrel-poly1305]:<docs/lookup/hashrel-poly1305.md>

## CRC
|Name|Link|Comment|
Expand Down
3 changes: 2 additions & 1 deletion docs/lookup/pkcs8-ecc.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
```cs/*
```cs
/*
* Neuroxiq 2022
* Arctium Project / Code example
*
Expand Down
2 changes: 2 additions & 0 deletions docs/lookup/tls13-client-github-search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```cs
/*
* Neuroxiq 2022
* Arctium Project / Code example
Expand Down Expand Up @@ -208,3 +209,4 @@ namespace ConsoleAppTest
}
}
}
```

0 comments on commit 4aae608

Please sign in to comment.