1
0
Fork 0
forked from lthn/blockchain
Commit graph

176 commits

Author SHA1 Message Date
sowle
c4abdc39df
typo fix 2021-04-28 21:26:23 +03:00
sowle
191a89f9c8
crypto: parse_tpod_from_hex_string 2021-04-27 05:18:09 +03:00
sowle
ebffb92877
crypto: crypto-sugar (scalar_t, point_t and other helpers) moved from functional_tests/crypto_tests to crypto 2021-04-24 04:48:38 +03:00
sowle
8ac3432dcb
experimental crypto: ml2s_sig_verif_performance, ml2s_sig_verif_performance_2 (performance tests for ml2s) 2021-04-21 17:36:43 +03:00
sowle
07ce36d4ee
experimental crypto: assign_mul_plus_G, c_point_H 2021-04-21 17:34:36 +03:00
sowle
efa8065d3d
experimental crypto: pod_to_hex_* fixed, point_t ctor fixed 2021-04-20 03:04:33 +03:00
sowle
bcc94045c4
experimental crypto: all gcc issues fixed 2021-04-14 20:10:17 +03:00
sowle
0dce55c2e1
experimental crypto: ml2s_py2cpp, ml2s_cpp2py, ml2s_hsc 2021-04-14 00:28:43 +03:00
sowle
a01cc99c3b
experimental crypto: point_t helpers, muladd test 2021-04-13 02:44:42 +03:00
sowle
561c72b68b
experimental crypto: performance tests moved to separate file + few new crypto primitives added to crypto_performance 2021-04-12 13:14:42 +03:00
sowle
fc1e876ced
experimental crypto: pod to str conversions for 256 bit pods, small fixes 2021-04-12 13:09:53 +03:00
sowle
e6a519e288
experimental crypto: scalar_t and point_t convenient ctors and muladd added 2021-04-11 18:27:04 +03:00
sowle
c8386fc2db
crypto: gcc fixup 2 2021-04-11 00:20:18 +03:00
sowle
fc82f572c2
crypto: gcc fixup 2021-04-11 00:18:42 +03:00
sowle
aac094ce4b
experimental crypto: scalar_t::is_reduced(), tests, new primitives for performance test 2021-03-24 19:56:33 +03:00
sowle
9a594cc719
experimental crypto: scalar_t::mul_plus_G improved, crypto_ge_scalarmult_vartime_p3 test added 2021-03-04 12:19:06 +03:00
sowle
00955a063f
experimental crypto: fixed for gcc 2021-03-04 12:09:56 +03:00
sowle
5eef9e5bc7
experimental crypto: added test crypto_primitives 2021-03-02 00:49:17 +03:00
sowle
1f8253e1b5
experimental crypto: scalar_t conversion to/from boost::mp::cpp_int, hash helpers added 2021-03-02 00:35:58 +03:00
sowle
40c52edf26
functional_tests: crypto_tests: tests wildcard filtering added 2021-02-15 15:48:50 +03:00
sowle
60973109e1
L2S: new optimized implementation (v3) 2021-02-15 15:44:11 +03:00
sowle
98a4325e5a
experimental crypto: point_t::mul_plus_G, hash helpers, test ring generators, crypto_hp test added 2021-02-15 15:43:13 +03:00
sowle
6cdb515fde
experimental crypto: L2S signature v2 (basic optimizations) 2021-02-13 00:08:37 +03:00
sowle
b18be24334
experimental crypto: many improvements to scalar_t, point_t (mul_plus_G), hash_calculator 2021-02-12 23:45:50 +03:00
sowle
9437ec3c67
experimental crypto: scalar_t and point_t improvements 2021-02-04 19:32:02 +03:00
sowle
a4028ea219
experimental crypto: ml2s_lnk_sig_gen implemented 2021-02-04 02:29:38 +03:00
sowle
dd679a1117
experimental crypto: Hp and Hs calculator impelemented 2021-01-26 23:21:44 +03:00
sowle
dd095f205c
experimental crypto: ml2s_lnk_sig_verif implemented completely 2021-01-26 23:19:26 +03:00
sowle
5843f6964c
crypto: fe_isnonzero made public, point_t::is_zero() added 2021-01-26 23:14:46 +03:00
sowle
3c3f7ee7b6
experimental crypto: point and scalar test helpers, exception-safe tests running 2021-01-13 10:57:47 +03:00
sowle
a2fac71ab8
experimental crypto: L2S wip and hash helper + test 2021-01-12 23:56:53 +03:00
sowle
7f5e519277
experimental crypto: scalar_t & point_t improvements 2021-01-11 23:56:43 +03:00
sowle
515a089a46
experimental crypto: sha3 added 2021-01-10 23:08:45 +03:00
sowle
add0f39302
crypto: L2S protocol introduced (WIP) 2020-12-30 13:13:00 +03:00
sowle
c82aacd437
experimental crypto: sc_invert2, performance comparison, point_G arithmetic fixed 2020-12-25 23:33:01 +03:00
sowle
25b1eed3da
experimental crypto: arithmetics assignment operators added to scalar_t, more tests, profiling 2020-12-24 01:46:04 +03:00
sowle
f05f533a0c
experimental crypto: tests moved to functional_tests, few tests added, gtest-like infrastructure added 2020-12-23 01:40:02 +03:00
cryptozoidberg
1c92def934
implemented export of mobile app data 2020-07-11 18:42:59 +02:00
sowle
e7c4ea6acc
all tests are adapted 2020-04-23 16:07:18 +03:00
cryptozoidberg
7d99128a21
bundle working folder now passed throught configuration 2020-03-26 04:34:26 +01:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data 2020-03-20 04:19:25 +01:00
cryptozoidberg
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
cryptozoidberg
83f42ef10f
fixed bug with unknown wallet 2020-02-28 12:28:00 +01:00
cryptozoidberg
47e33ff75d
fixed bug with deatachment of thread object 2020-02-28 05:37:53 +01:00
cryptozoidberg
c4a423f6f5
fixed native library for auto-start of sync process in wallet thread 2020-02-13 01:44:30 +01:00
cryptozoidberg
b931199386
fixed initialization 2020-02-12 20:36:54 +01:00
cryptozoidberg
cfe9837ba8
tested plain wallet interface, and fixed errors 2020-01-27 20:57:12 +01:00
cryptozoidberg
03f04c9dd9
implemented exented wallet api, finished plain wallet test(but not tested yet) 2020-01-23 03:26:25 +01:00
cryptozoidberg
c0f1d7b577
fixed cmake, fixed compilation problems, implemented plain_api test draft 2020-01-21 01:31:16 +01:00
sowle
62af1716af
tests fixes:
coretests/random_state_manupulation_test
functional_tests/core_concurrency_test
unit_tests/db_accessor_tests.median_db_cache_test
2019-09-11 13:38:04 +03:00