MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / bsgs_sort

Function bsgs_sort

keyhunt_legacy.cpp:3748–3751  ·  view source on GitHub ↗

OK */

Source from the content-addressed store, hash-verified

3746
3747/* OK */
3748void bsgs_sort(struct bsgs_xvalue *arr,int64_t n) {
3749 uint32_t depthLimit = ((uint32_t) ceil(log(n))) * 2;
3750 bsgs_introsort(arr,depthLimit,n);
3751}
3752
3753/* OK */
3754void bsgs_introsort(struct bsgs_xvalue *arr,uint32_t depthLimit, int64_t n) {

Callers 1

keyhunt_legacy.cppFile · 0.70

Calls 1

bsgs_introsortFunction · 0.70

Tested by

no test coverage detected