gmiden team
Description
The mdBook documentation at https://0xmiden.github.io/miden-vm/ contains several outdated references that don't match the current next branch README:
1. Hash Function Name
- Docs say: "Rescue Prime Optimized"
- Should be: "Poseidon2"
- Location:
docs/intro/main.md (Cryptographic operations section)
2. Library Name
- Docs say:
stdlib
- Should be:
miden-core-lib
- Location:
docs/intro/main.md (External libraries section)
3. Version Number
- Docs say: "v0.19"
- Should be: Current release version
- Location:
docs/intro/main.md (Status and features section)
Proposed Fix
I'd be happy to submit a PR to update these references if that would be helpful.
gmiden team
Description
The mdBook documentation at https://0xmiden.github.io/miden-vm/ contains several outdated references that don't match the current
nextbranch README:1. Hash Function Name
docs/intro/main.md(Cryptographic operations section)2. Library Name
stdlibmiden-core-libdocs/intro/main.md(External libraries section)3. Version Number
docs/intro/main.md(Status and features section)Proposed Fix
I'd be happy to submit a PR to update these references if that would be helpful.