Commit Graph

  • f9e58596fc Merge pull request #44 from Sainan/workaround32 master kkAyataka 2024-02-03 11:40:14 +09:00
  • d189a38a24 Add issue link Sainan 2023-07-26 01:23:04 +02:00
  • eceef89b61 Add workaround for clang optimization in 32-bit build via Visual Studio producing incorrect results Sainan 2023-07-26 01:12:33 +02:00
  • 8ed1e662b0 Merge pull request #42 from kkAyataka/script/change_file_mode kkAyataka 2023-07-16 22:30:37 +09:00
  • c7c5a820ef Add -x mode to script kkAyataka 2023-07-16 22:28:40 +09:00
  • 278b23fe65 Update gh-pages kkAyataka 2023-07-16 22:26:42 +09:00
  • b521b898ba Merge pull request #41 from kkAyataka/feature/up_ver v1.0.0 kkAyataka 2023-07-16 22:16:52 +09:00
  • 5485a19565 Update README and CHANGELOG kkAyataka 2023-07-16 22:09:24 +09:00
  • 35fbbb182b Update version description (v1.0.0.0) kkAyataka 2021-11-18 22:41:53 +09:00
  • ff64f71853 Merge pull request #40 from kkAyataka/doc/add_defgroups kkAyataka 2023-07-15 10:51:12 +09:00
  • 68c8055095 Add defgroups for cipher mode kkAyataka 2023-07-15 10:49:04 +09:00
  • 79d4706065 Merge pull request #39 from kkAyataka/feature/rm_automake_warn kkAyataka 2023-07-15 10:27:11 +09:00
  • 0e67311c41 Remove warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') kkAyataka 2023-07-15 10:18:56 +09:00
  • 7ac96ff760 Merge pull request #38 from kkAyataka/feature/rm_configure_warn_and_add_wall kkAyataka 2023-07-15 10:00:17 +09:00
  • 148f7da45c Remove configure warning and add -Wall of GCC kkAyataka 2023-07-15 09:54:26 +09:00
  • 7eb7d13997 Merge pull request #37 from kkAyataka/feature/rm_self-assign_warn kkAyataka 2023-07-15 09:37:23 +09:00
  • 78677a0ab0 Add pragma for self-assign warning of clang kkAyataka 2023-07-15 09:12:23 +09:00
  • c1ba16c4e7 Merge pull request #36 from kkAyataka/feature/up_xcode_setting kkAyataka 2023-07-12 21:38:18 +09:00
  • 94380feed6 Prepare --gtest_filter option kkAyataka 2023-07-12 21:35:33 +09:00
  • 23a1f5199a Add '-Wall' compiler flag kkAyataka 2023-07-12 21:34:36 +09:00
  • 7555bbd521 Update Deployment Target from 10.10 to 10.13 kkAyataka 2023-07-12 21:33:19 +09:00
  • 7721cb884d Merge pull request #34 from Sainan/patch-2 kkAyataka 2023-07-12 20:50:22 +09:00
  • 0e0a45a31d Remove superfluous 'using' Sainan 2023-06-01 08:21:10 +02:00
  • 372b27ada9 Merge pull request #32 from kkAyataka:feature/up_devenv_vs2022 kkAyataka 2022-10-02 11:33:08 +09:00
  • 124b6b0efa Update about Visual Studio 2022 kkAyataka 2022-10-02 11:26:22 +09:00
  • 96ac5e3ffc Update to Visual Studio 2022 kkAyataka 2022-10-02 11:25:47 +09:00
  • b8803dc532 Merge pull request #28 from humbertin28dev/master kkAyataka 2021-12-02 22:13:55 +09:00
  • efc63bd6d2 Fix size_t instead of int humbertin28 2021-11-20 00:58:18 -06:00
  • 1494b2c6e6 Merge pull request #27 from kkAyataka/feature/impl_ctr_test kkAyataka 2021-11-18 22:04:34 +09:00
  • f9eb44aeaa Add size varization tests kkAyataka 2021-11-18 21:41:43 +09:00
  • b761cc389a Implement arguments size variation tests kkAyataka 2021-11-15 21:52:22 +09:00
  • 3bf95b8fcb Merge pull request #26 from kkAyataka/feature/reimpl_ctr kkAyataka 2021-11-15 21:51:10 +09:00
  • 9081a302cd Redefine nonce parameter kkAyataka 2021-11-15 21:47:48 +09:00
  • a1e9acd25f Merge branch 'doc/fix_ref_doc' kkAyataka 2021-11-11 22:15:40 +09:00
  • d6897ae89e Fix reference doc kkAyataka 2021-11-11 22:15:22 +09:00
  • f7233b205d Update kkAyataka 2021-11-08 22:01:21 +09:00
  • 94b158ba9f Merge pull request #25 from kkAyataka:feature/up_ver v0.10.0 kkAyataka 2021-11-08 21:57:50 +09:00
  • ee48302812 Update version description (v0.10.0) kkAyataka 2021-11-08 21:56:33 +09:00
  • ed68b07efc Merge pull request #24 from kkAyataka:feature/rm_gcc4_4_7_sup kkAyataka 2021-11-08 21:40:51 +09:00
  • ed210458ca Remove support of the GCC 4.4.7 kkAyataka 2021-11-08 21:39:27 +09:00
  • e91163af80 Merge pull request #23 from kkAyataka/feature/sup_gcm kkAyataka 2021-11-05 23:39:06 +09:00
  • 6273774187 Adjust for warning kkAyataka 2021-11-05 23:31:55 +09:00
  • e47431cdd3 Adjust for GCC kkAyataka 2021-11-05 23:23:09 +09:00
  • 08dddd159a Adjust for 0 size data kkAyataka 2021-11-05 23:11:46 +09:00
  • 8c191101da Adjust for 0 size data kkAyataka 2021-11-05 23:11:10 +09:00
  • 9b00ac216e Adjust cast of std::min kkAyataka 2021-11-05 23:10:39 +09:00
  • 862f8ce9d3 Add reference comment kkAyataka 2021-11-05 22:39:46 +09:00
  • c8cd852d46 Add size checking test and tag checking test kkAyataka 2021-11-03 15:14:32 +09:00
  • 672dd0f708 Fix typo kkAyataka 2021-11-03 14:55:38 +09:00
  • f093d11bb1 Add iv size checling and fix size checking kkAyataka 2021-11-02 22:44:31 +09:00
  • 2e6e1b02a9 Refactoring kkAyataka 2021-11-02 22:43:29 +09:00
  • d64375ce8a Add tests kkAyataka 2021-11-02 22:38:09 +09:00
  • 751f3902a8 Add script for coverage kkAyataka 2021-10-31 20:52:50 +09:00
  • 73db4b4711 Add test patterns and adjust tests kkAyataka 2021-10-31 20:51:25 +09:00
  • 476fb349f8 Adjust tests for new I/F and add test pattern kkAyataka 2021-10-28 23:09:54 +09:00
  • 43aacb6ec4 Adjust main funciton interface and add args checking kkAyataka 2021-10-28 22:46:08 +09:00
  • 3e1b610575 Implement J0 calculation if iv is not 96-bit kkAyataka 2021-10-27 17:01:53 +09:00
  • 08e72e7abc Format kkAyataka 2021-10-27 17:00:36 +09:00
  • 5f85984382 Comment kkAyataka 2021-10-22 22:05:17 +09:00
  • c11f1917ab Remove warning and fine-tune kkAyataka 2021-10-22 22:04:52 +09:00
  • 7566848798 Adjust Xcode setting and update to v13 kkAyataka 2021-10-22 22:03:54 +09:00
  • 98f34413eb Fix rebase mistake kkAyataka 2021-10-07 21:38:52 +09:00
  • 566ed3434b Fix tag calculation kkAyataka 2020-07-24 10:23:11 +09:00
  • 28e83eb0a1 Refactor test for gcm kkAyataka 2020-07-24 09:34:22 +09:00
  • aa177a8e0b Refact kkAyataka 2020-05-03 16:26:09 +09:00
  • 80edd2ed7b Adjust test for decryption kkAyataka 2020-05-03 15:04:38 +09:00
  • c32a821c78 Implement decryption function kkAyataka 2020-05-03 15:04:17 +09:00
  • bf793e3bfd Implement kkAyataka 2020-04-29 22:34:33 +09:00
  • 0870f773c7 Refact test for GCM kkAyataka 2020-04-29 22:33:13 +09:00
  • 7740b83fcd Prototyping kkAyataka 2020-04-25 13:30:09 +09:00
  • 2ef5b1bacc Merge pull request #21 from kkAyataka/feature/up_ver v0.9.2 kkAyataka 2021-03-27 17:38:24 +09:00
  • 9fdc8ddd61 Update change log kkAyataka 2021-03-27 17:37:26 +09:00
  • bb97cfae20 Update version description (v0.9.2) kkAyataka 2021-03-27 17:36:46 +09:00
  • 390671fe57 Merge pull request #20 from kkAyataka/feature/adj_gcc_4_4_7 kkAyataka 2021-03-27 15:24:10 +09:00
  • ab653c0196 Adjust building by GCC 4.4.7 kkAyataka 2021-03-27 15:22:31 +09:00
  • 6188e07f2d Merge pull request #19 from kkAyataka/feature/fix_unnamed_struct kkAyataka 2021-03-27 15:17:06 +09:00
  • 1745cdbddd Fix unnamed struct (warning or error) kkAyataka 2021-03-27 14:28:22 +09:00
  • 5c1d55ad22 Adjust Visual Studio setting kkAyataka 2021-03-27 14:24:34 +09:00
  • a569364725 Merge pull request #18 from kkAyataka/feature/fix_inc kkAyataka 2021-03-27 11:40:47 +09:00
  • b7b05f86a7 Adjust Xcode setting kkAyataka 2021-03-27 11:31:16 +09:00
  • fd52a816d0 Fix memcpy decleration error (#17) kkAyataka 2021-03-27 11:00:45 +09:00
  • 69187fd207 Adjust make setting kkAyataka 2021-03-27 10:58:37 +09:00
  • ce14edd971 Consider building on Docker on Windows kkAyataka 2021-03-27 10:55:49 +09:00
  • 9a3f2f2c1a Add include test kkAyataka 2021-03-27 10:52:47 +09:00
  • 915f8b0dd2 Merge pull request #14 from kkAyataka/feature/enable_cov kkAyataka 2020-06-27 21:53:29 +09:00
  • 8ced6225a0 Add unit test target of the Xcode for coverage kkAyataka 2020-06-27 21:50:47 +09:00
  • 8e92fd18d9 Add .editonrconfig kkAyataka 2020-04-12 18:03:38 +09:00
  • 65a4f04237 Adjust kkAyataka 2020-04-12 18:03:10 +09:00
  • 8aab47c5e4 Merge pull request #13 from kkAyataka/feature/add_api_doc kkAyataka 2020-04-12 17:56:23 +09:00
  • ee85475e5b Adjust URL kkAyataka 2020-04-12 17:54:10 +09:00
  • a755355df0 Update kkAyataka 2020-04-12 17:52:25 +09:00
  • fc4df3447d Add API document kkAyataka 2020-04-12 17:44:55 +09:00
  • 7a079c7f3a Make gh-pages kkAyataka 2020-04-12 17:33:23 +09:00
  • b9b20eb8a4 Add publish script for API doc and Update .gitignore kkAyataka 2020-04-12 17:29:17 +09:00
  • 0534bb0df2 Add doxygen setting and adjust comments for the doxygen kkAyataka 2020-04-12 17:24:58 +09:00
  • e186cb7b33 Merge pull request #12 from kkAyataka/feature/add_data_size_util_func kkAyataka 2020-04-12 16:56:46 +09:00
  • d3bbf6234a Implement utility function for getting padded encrypted data from data size kkAyataka 2020-04-12 16:45:08 +09:00
  • c5aeb05c05 Merge pull request #11 from kkAyataka/feature/fix_include_from_multi_file kkAyataka 2020-04-12 10:33:36 +09:00
  • 53ede43eff Adjust make setting kkAyataka 2020-04-12 10:19:19 +09:00
  • 18d74f2c71 Adjust Xcode setting kkAyataka 2020-04-12 10:15:14 +09:00