Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: index.html renaming of README.md #214

Merged
merged 4 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@ description ="Cryptography Educational Foundations"

[build]
build-dir ="docs"
use-default-preprocessors=true
create-missing =true
use-default-preprocessors=false

[preprocessor.links]

[preprocessor.katex]
after=["links"]

[preprocessor.linkcheck]
follow-web-links =true
[output.linkcheck]
follow-web-links=true
traverse-parent-directories=true
warning-policy="ignore"
exclude=[
'asecuritysite\.com/signatures',
'csrc\.nist\.gov/publications/fips/197/fips-197\.pdf',
'github\.com/arkworks-rs',
]

# TODO (autoparallel): there's a bunch to fix with this
# [preprocessor.keeper]
Expand Down
3 changes: 1 addition & 2 deletions src/encryption/symmetric/aes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ In production-level AES code, fast AES software uses special techniques called t

## References

- [FIPS197][fips197]
- [FIPS197][https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197-upd1.pdf]
- [Serious Cryptography - A Practical Introduction to Modern Cryptography][seriouscrypto]

[aes]: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
Expand All @@ -143,5 +143,4 @@ In production-level AES code, fast AES software uses special techniques called t
[arc]: #AddRoundKey
[mixcolumns]: https://en.wikipedia.org/wiki/Rijndael_MixColumns
[Rijndael ff]: https://en.wikipedia.org/wiki/Finite_field_arithmetic#Rijndael's_(AES)_finite_field
[fips197]: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197-upd1.pdf
[seriouscrypto]:https://nostarch.com/seriouscrypto