cuprate-hinto-janai/cryptonight/c
hinto-janai 354ac9c2f6
Add typos + cargo doc CI (#32)
* ci: add separate `typo` job

* add `typos.toml` for false positives

* fix all typos

* ci: add `cargo doc` step

* fix doc errors

* contributing.md: update passing CI steps

* fix more typos, add exception to `cryptonight/`

* ci: move `cargo doc` step within `ci` job

It needs dependencies.

* ci: add https://github.com/Cuprate/cuprate/pull/63

* test-utils: fix typo

* ci: switch `rustup update` and switch order

* ci: only update rust on unix

* ci: set `RUSTDOCFLAGS` env earlier

* ci: only run `cargo doc` on linux

* ci: remove `bash` on `cargo doc`

* ci: remove `--all-targets`

We now have the target OS's in CI, no need to compile for each.

* contributing.md: update ci steps

* ci: add `--all-targets` back to clippy, build

* update contributing.md
2024-02-15 16:03:04 +00:00
..
aesb.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
blake256.c ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
blake256.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
crypto-ops-data.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
CryptonightR_JIT.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
CryptonightR_JIT.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
CryptonightR_template.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
CryptonightR_template.S add cryptonight bindings 2023-09-05 11:56:07 +01:00
generic-ops.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
groestl.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
groestl.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
groestl_tables.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash-extra-blake.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash-extra-groestl.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash-extra-jh.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash-extra-skein.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash-ops.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
hash.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
int-util.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
jh.c fix cryptonight builds with -O3 or -Ofast 2023-10-29 01:02:12 +01:00
jh.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
keccak.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
keccak.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
memwipe.c ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
memwipe.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
oaes_lib.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
oaes_lib.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
skein.c add cryptonight bindings 2023-09-05 11:56:07 +01:00
skein.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
skein_port.h Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
slow-hash.c Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
variant2_int_sqrt.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
variant4_random_math.h add cryptonight bindings 2023-09-05 11:56:07 +01:00
warnings.h add cryptonight bindings 2023-09-05 11:56:07 +01:00