커밋 기록

작성자 SHA1 메시지 날짜
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 년 전
  Anthony Hu 0787ab1131 don't call external implemenation of kyber from benchmark anymore. 1 년 전
  Anthony Hu b3e99348cd Purge the AES variant of Dilithium 1 년 전
  Daniel Pouzzner 425d0b72c3 wolfcrypt/benchmark/benchmark.c: fix bench_stats_sym_finish() in GENERATE_MACHINE_PARSEABLE_REPORT mode to properly render "bytes_total" column in bytes, not the unit selected by WOLFSSL_BENCHMARK_FIXED_UNITS_*. 1 년 전
  David Garske 60037ead70 Merge pull request #5871 from gojimmypi/BenchmarkEnhancements 1 년 전
  Andras Fekete bc15f67d8d Fixing indentation on preprocessor commands 1 년 전
  András Fekete 11fcb790b1 Merge branch 'wolfSSL:master' into ESP-IDF_fixes 1 년 전
  gojimmypi 64a7d511b8 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into BenchmarkEnhancements 1 년 전
  gojimmypi c370529975 manual merge with upstream 1 년 전
  Daniel Pouzzner 04b31518ba wolfcrypt/benchmark/benchmark.c: fix calculation of outer iteration constant in bench_aesecb_internal(); fix .c.h clash in argument name ("useDevId" vs "useDeviceID"). 1 년 전
  Andras Fekete 814ad9fc38 Better fixes 1 년 전
  Andras Fekete b823da9bb9 Fix build issues with the latest ESP-IDF 1 년 전
  gojimmypi d8c9a5aa17 return benchmark to auto-scale units by default 1 년 전
  gojimmypi 8831fbd22e fix csv math, units/sec, PQ cycle header 1 년 전
  JacobBarthelmeh 8924487f27 fix warning for builds using cmac and not devID 1 년 전
  JacobBarthelmeh 9f77210b0b update benchmark for devID builds 2 년 전
  Sean Parkinson 819d40a76f Benchmark AES-OFB: initialize and free AES object 1 년 전
  gojimmypi 5e434e62fb Support for WOLFSSL_BENCHMARK_FIXED_CSV, minor changes per #5871 feedback 1 년 전
  gojimmypi 6c3e301006 Benchmark Consolidated Enhancements and Code Cleanup 1 년 전
  Anthony Hu 3aa74e3c8c stdout is undeclared 1 년 전
  David Garske 9d9549fbd3 Merge pull request #5836 from anhu/kyber_cleanup 1 년 전
  Anthony Hu a2fb4c0788 Remove kyber-90s and route all kyber through wolfcrypt. 1 년 전
  Daniel Pouzzner a9b28c1562 wolfcrypt/benchmark/benchmark.c: make iteration increment in bench_aesecb_internal() even lumpier (by a factor of 10) to further reduce false positives from iteration overhead. 2 년 전
  David Garske 3046899966 Merge pull request #5821 from anhu/ntru_saber_purge 2 년 전
  Sean Parkinson 7005d416ce SP int: Comment and rework some code 2 년 전
  Anthony Hu 0bfa5c9836 Purge NTRU and SABER. Not going to be standardized. 2 년 전
  Daniel Pouzzner ca1ca24bc9 wolfcrypt/benchmark/benchmark.c: fix formatting (column alignment) in asym tests; fix typo in asym_pq section. 2 년 전
  Daniel Pouzzner b140abd1fd wolfcrypt/benchmark/benchmark.c: add check_for_excessive_stime() and remove double declaration of base_rusage and cur_rusage. 2 년 전
  Daniel Pouzzner 4ab41caf40 make static flags sym_header_printed, asym_header_printed, and pqasym_header_printed, local to the routines that use them (fixes an -Wunused-variable in -UBENCH_ASYM builds). 2 년 전
  Daniel Pouzzner 89182b829f wolfcrypt/benchmark/benchmark.c: add GENERATE_MACHINE_PARSEABLE_REPORT and LINUX_RUSAGE_UTIME codepaths; 2 년 전