sowle
|
5bb31e3282
|
warning fixed (thanks to @crypto_zoidberg)
|
2024-02-23 12:57:09 +01:00 |
|
cryptozoidberg
|
18609e296f
|
attempt to fix build for macos
|
2024-02-20 20:14:10 +04:00 |
|
cryptozoidberg
|
f8d0e96d95
|
fixes related to build under vc2022 on windows arm64
|
2024-02-20 11:26:12 +04:00 |
|
sowle
|
159d305fcf
|
calculate_asset_id refactored into get_or_calculate_asset_id
|
2024-02-19 21:49:27 +01:00 |
|
cryptozoidberg
|
188b8c447f
|
fixes related multriasset tests
|
2024-02-14 02:10:29 +04:00 |
|
sowle
|
268632d6da
|
crypto: generate_schnorr_sig version for public_key and secret_key types
|
2024-02-14 02:10:28 +04:00 |
|
sowle
|
e0bb0138cb
|
crypto: default template argument for generate/verify_schnorr_sig
|
2024-02-14 02:10:27 +04:00 |
|
sowle
|
ddcfa36a90
|
crypto: general_double_schnorr_sig implemented
|
2024-02-08 17:32:41 +01:00 |
|
sowle
|
8198f1dbcb
|
comment added (size calculation)
|
2024-02-07 17:21:54 +01:00 |
|
sowle
|
1ef05b36e1
|
comments & code cleanup
|
2024-02-04 23:51:15 +01:00 |
|
sowle
|
7e9c24d4b9
|
crypto: hs(str, s, pk) added
|
2024-02-04 23:45:22 +01:00 |
|
cryptozoidberg
|
e7c73e8860
|
unused var in one_out_of_many_proofs
|
2024-02-01 17:28:38 +01:00 |
|
cryptozoidberg
|
1be00ea3c8
|
got rid of warnings
|
2024-01-28 19:40:34 +01:00 |
|
sowle
|
27bb395542
|
Merge branch 'add_block_performance_mes' into decoy_selection
|
2024-01-28 16:01:02 +01:00 |
|
sowle
|
92f09f424f
|
crypto: CLSAG: auxiliary key images added to the input hash + code cleanup + minor improvements + tests
|
2024-01-28 15:44:56 +01:00 |
|
sowle
|
e239389768
|
crypto: fixed generators with precomputed data improved (data made static) + more tests
|
2023-12-27 02:04:59 +01:00 |
|
sowle
|
4200669f5b
|
crypto: experimental optimizations: ge_scalarmult_base_vartime, ge_scalarmult_vartime_p3, ge_scalarmult_precomp_vartime (point_pc_t) + performance tests for msm pippenger v3-v4
|
2023-12-25 23:48:14 +01:00 |
|
sowle
|
f95791a723
|
crypto: much faster pippenger/bucket-style multi-scalar multiplication for range proofs + tests
|
2023-12-25 19:14:31 +01:00 |
|
sowle
|
77d6f94280
|
crypto: scalar_t::get_bits + test + performance test + cn_hash performance test
|
2023-12-25 18:10:14 +01:00 |
|
sowle
|
30299724fd
|
crypto::point_t::is_zero() now treats non-points (0, 0, 0, ?) or incorrectly encoded points (0, x, x, !0) as not an identity and thus returns false + test
|
2023-12-04 22:33:38 +01:00 |
|
sowle
|
3402da561c
|
Merge branch 'asset_update' into cryptoassets
# Conflicts:
# tests/core_tests/multiassets_test.cpp
|
2023-08-29 14:13:15 +02:00 |
|
sowle
|
8fdd15f584
|
crypto: implemented point_t::operator-() + test
|
2023-08-23 19:32:28 +02:00 |
|
sowle
|
46e4919245
|
Zarcanum PoS proofs & wallet's mining code made compatible with non-explicit asset id outputs
|
2023-08-08 16:58:49 +02:00 |
|
sowle
|
d852119e5e
|
range proofs: max outputs count changed: 16 -> 32
|
2023-08-02 22:53:00 +02:00 |
|
sowle
|
f164335e4e
|
coretests: zarcanum_in_alt_chain fixed by temporary disabling altchain checks for ZC inputs (+few improvements)
|
2023-05-22 04:27:40 +02:00 |
|
sowle
|
52f941c748
|
hopefully final fixes for gcc errors
|
2023-04-10 21:01:35 +02:00 |
|
sowle
|
382f6ab574
|
fixing gcc errors while trying not to screw up msvc compilation at the same time 2 (wip)
|
2023-04-08 22:38:50 +02:00 |
|
sowle
|
3abf473c8e
|
fixing gcc errors while trying not to screw up msvc compilation at the same time (wip)
|
2023-04-08 21:59:18 +02:00 |
|
sowle
|
fd16da8061
|
crypto: point_t::ctor made more standard-compliant (gcc error fix)
|
2023-04-08 05:39:10 +02:00 |
|
sowle
|
db873c8dc2
|
crypto: more of point_t::operator== and !=
|
2023-04-08 03:17:21 +02:00 |
|
sowle
|
c5ff48b9a5
|
crypto constants refactored: moved to headers as constexpr's, new constexpr ctors added, some were improved + tests greatly improved (crypto_constants and crypto_scalar_basics)
|
2023-04-06 02:50:12 +02:00 |
|
sowle
|
8f86674fc1
|
crypto: constants for generators U, X, 1/8*H updated + crypto_basics test was adatped
|
2023-04-04 23:18:04 +02:00 |
|
sowle
|
c9f9c65732
|
BGE proof has been debugged + more basic tests
|
2023-03-28 12:47:14 +02:00 |
|
sowle
|
154e649f56
|
verify_BGE_proof() first PoC implementation
|
2023-03-27 22:31:55 +02:00 |
|
sowle
|
5b0431daf9
|
generate_BGE_proof() first PoC implementation
|
2023-03-27 02:48:42 +02:00 |
|
sowle
|
cfd01e80fe
|
BGE proof: WIP
|
2023-03-26 22:36:15 +02:00 |
|
sowle
|
fdc1ceea62
|
crypto: constexpr helpers moved to crypto-sugar, constexpr_pow added
|
2023-03-26 22:33:47 +02:00 |
|
sowle
|
beccc55788
|
crypto: constexpr_floor_log_n, constexpr_ceil_log_n + tests
|
2023-03-23 23:30:56 +01:00 |
|
sowle
|
a13cb94214
|
assets surjection proof: work in progress, more data prepared
|
2023-03-23 03:37:05 +01:00 |
|
sowle
|
c1d6d13e7b
|
assets surjection proof: work in progress
|
2023-03-22 23:28:01 +01:00 |
|
sowle
|
1a53806642
|
CLSAG 5-layers GGXXG has been debugged + test added
|
2023-03-22 03:14:45 +01:00 |
|
sowle
|
06c0394b67
|
Zarcanum: 5-layers CLSAG draft implementation (tests are yet tbd, WIP)
|
2023-03-21 22:26:24 +01:00 |
|
sowle
|
b5c1c5477d
|
Zarcanum adaptation for confidential assets (WIP)
|
2023-03-20 21:25:08 +01:00 |
|
sowle
|
4f1d01fc73
|
crypto: 5-layers extended CLSAG is introduced for Zarcanum + confidential assets needs (stubs so far, tbd)
|
2023-03-20 21:21:47 +01:00 |
|
sowle
|
72dab7bb1e
|
Zarcanum & assets balance proof refactoring: WIP
|
2023-03-17 23:29:26 +01:00 |
|
sowle
|
f3f7b1a742
|
crypto traits for (extended) range proofs were refactored to support different sets of generators + debug helpers after a long debug session
|
2023-03-13 20:05:06 +01:00 |
|
sowle
|
c45f9ee894
|
fixed passing of blinded_asset_id for each decoy when requested by RPC from daemon + minor improvements for CLSAG_GGX
|
2023-03-08 21:26:09 +01:00 |
|
sowle
|
eb29f7f1e9
|
vector_UG_aggregation_proof made more strict, E_j structure now enforced to be lin(T'_j, G)
|
2023-03-02 22:06:42 +01:00 |
|
sowle
|
dd1631461d
|
crypto::generic_schnorr_sig + test
|
2023-02-28 02:04:50 +01:00 |
|
sowle
|
5127c77ebf
|
scalar_t::assign_mulsub + test
|
2023-02-28 02:03:57 +01:00 |
|