mum-hash
Hashing functions and PRNGs based on them
파일 탐색기
- t1ha0.c
- t1ha0_ia32aes_a.h
- t1ha0_ia32aes_avx.c
- t1ha0_ia32aes_avx2.c
- t1ha0_ia32aes_b.h
- t1ha0_ia32aes_noavx.c
- t1ha0_selfcheck.c
- t1ha1.c
- t1ha1_selfcheck.c
- t1ha2.c
- t1ha2_selfcheck.c
- t1ha_bits.h
- t1ha_selfcheck.c
- t1ha_selfcheck.h
- t1ha_selfcheck_all.c
- t1ha.h
- amd.png
- bbs-prng.h
- bench-crypto.c
- bench-crypto.sh
- bench-prng.c
- bench-prng.sh
- bench.c
- bench.sh
- blake2-config.h
- blake2-impl.h
- blake2.h
- blake2b-load-sse2.h
- blake2b-load-sse41.h
- blake2b-round.h
- blake2b.c
- byte_order.c
- byte_order.h
- chacha-prng.h
- City.cpp
- City.h
- gen-table.rb
- intel.png
- m4.png
- meow_hash.h
- meow_intrinsics.h
- metrohash64.cpp
- metrohash64.h
- mum512-prng.h
- platform.h
- power10.png
- rapidhash.h
- sha3.c
- sha3.h
- sha512.c
- sha512.h
- sip24-prng.h
- siphash24.c
- splitmix64.c
- SpookyV2.cpp
- SpookyV2.h
- ustd.h
- xoroshiro128plus.c
- xoroshiro128starstar.c
- xoseed.c
- xoshiro256plus.c
- xoshiro256starstar.c
- xoshiro512plus.c
- xoshiro512starstar.c
- xxh3.h
- xxhash.c
- xxhash.h
- .clang-format
- ChangeLog
- mum-prng.h
- mum.h
- mum512.h
- README.md
- vmum.h
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
just
설명 보기 ▼
just
`just`는 동일한 이름을 가진 여러 명령을 참조할 수 있습니다.
just {{recipe}}
명령 실행기에 대한 문서 보기:
just
Start a REPL (interactive shell):
just --init
V8 JavaScript 런타임에 대한 문서 보기:
times
설명 보기 ▼
times
현재 쉘의 누적 CPU 사용 시간을 출력.
첫 번째 줄은 현재 쉘의 User/System CPU 사용 시간이며, 두 번째 줄은 모든 자식 프로세스의 CPU 사용 시간.
관련 항목: `time`.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-times>.
times
CPU 사용량 출력:
machine
설명 보기 ▼
machine
머신 유형을 출력합니다.
더 많은 정보: <https://keith.github.io/xcode-man-pages/machine.1.html>.
machine
CPU 아키텍처 출력:
// repository documentation
Was this content helpful?
(0 ratings)
