parazyd
ce26ad15a7
research/x3dh: Formatting fixes
2023-03-07 17:47:24 +01:00
Sombra
2340992333
src/xeddsa.rs: fix comment
2023-03-07 08:31:18 -08:00
Sombra
2aaf606741
Fix x3dh sig ( #158 )
...
* rename local variable sig to signature to avoid confusion with the function param
* x3dh/src/main: removed prints and renames variable
* faucetd/src/main: debugging
* remove fix tags
* rename vars
* src/xeddsa.rs: fix import and switched to verify_strict
2023-03-07 16:24:41 +00:00
x
e87590815d
dlog calculations
2023-03-06 15:48:46 +01:00
parazyd
3da06a8862
x3dh: Downgrade to digest-0.10.6
2023-03-01 15:59:31 +01:00
parazyd
4e3b863cda
Release v0.4.1
2023-02-25 16:00:20 +01:00
Dastan-glitch
fcab6f6c2b
bin/genev: add missing license header
2023-02-23 16:41:46 +03:00
aggstam
5ce8c2cf89
script/research/nodes-tool: renamed to blockchain-explorer, args added, optimized export
2023-02-11 18:18:43 +02:00
aggstam
4f3105d71d
blockchain/tx_store: use empty slice as value in erroneous_txs sled
2023-02-10 21:49:05 +02:00
aggstam
b0d24ef776
darkfid: erroneous txs handling
...
Darkfid will not apply erroneous txs state transitions and keep them in a separate sled tree. drk to filtre these txs to report correct balances/coins
2023-02-10 20:59:03 +02:00
parazyd
ddec8b5c95
research: TFHE demo.
2023-02-07 11:17:32 +01:00
parazyd
192345659a
Release v0.4.0
2023-02-01 23:04:02 +01:00
parazyd
454eacf616
Update project dependencies.
2023-01-31 12:46:19 +01:00
mohab metwally
c42d88ab3f
[book] further details in target approximation, and discrete pid parameters
2023-01-28 14:54:43 +02:00
parazyd
6e6eb38056
research/rln: Write spec in the mdbook, and clean up protocol.
2023-01-23 23:26:51 +01:00
parazyd
7bcb6d004c
research/rln: Full POC
2023-01-23 19:42:44 +01:00
parazyd
06d5c79212
research/sss: Move shamir secret-sharing impl to own crate.
2023-01-23 19:42:44 +01:00
aggstam
dc9c6c377f
consensus: created single-node mode for local testing
2023-01-23 20:40:34 +02:00
parazyd
7abce1d79f
script/research: WIP Rate-limit nullifiers design
2023-01-23 18:15:47 +01:00
aggstam
1645f3f27d
blockchain: renamed stores
2023-01-18 19:26:16 +02:00
x
14d341970f
mv script/research/{bltprf, groth16} script/research/zk/
2023-01-18 10:18:49 +01:00
aggstam
6ab03ba371
script/research/nodes-tool: updated to latest structures
2023-01-17 13:41:28 +02:00
x
db13a21413
pallas_base FFT test
2023-01-16 20:47:08 +01:00
x
127f6938a7
improve benchmarking quality
2023-01-16 19:11:06 +01:00
x
d21be4152e
use sage K.multiplicative_generator() function
2023-01-16 18:37:27 +01:00
x
dceee8530b
fix bug1
2023-01-16 18:16:03 +01:00
x
9376389beb
fft benchmarking
2023-01-16 17:58:55 +01:00
x
c5f03e0a2c
try to break algo
2023-01-16 17:20:54 +01:00
x
e6b02bf91a
add commented lines with higher degree polys for ppl to try out
2023-01-16 13:02:37 +01:00
x
67050d9e1c
add fft sage impls and rename halo dir to zk
2023-01-16 12:55:44 +01:00
x
e549746c87
impl of curve trees
2023-01-06 19:04:43 +01:00
parazyd
0a14d8223f
research/last_man_standing: Minor cleanup and behaviour notes.
2023-01-04 16:25:08 +01:00
aggstam
61525b3ed9
script/research/last_man_standing: created new dummy consensus state with its own pid controller
2023-01-03 18:34:09 +02:00
aggstam
2a6aa7fdcf
script/research/last_man_standing: survivors vec fix
2023-01-02 18:18:20 +02:00
x
f6dd466ccb
add net::channel to include function in log target and cleanup its logs
2023-01-02 16:24:14 +01:00
x
e1352d6602
clean_log: add net::message_subscriber to targets with func included
2023-01-02 16:03:27 +01:00
x
ca7ae12e31
clean_log: bugfix for setting incorrect target
2023-01-02 15:42:29 +01:00
x
d5b230d506
fix regexs to include () in strings
2023-01-02 15:23:52 +01:00
x
79d2a3daf8
clean_logs: don't append newline to files
2023-01-02 15:14:50 +01:00
x
5d6a7629f5
clean_logs: minor changes to script
2023-01-02 14:57:29 +01:00
x
c17fb5ca19
remove retarded 'target: ""' from src/tx/mod.rs
2023-01-02 14:53:45 +01:00
x
842297b6bf
clean_logs: some logs should have the function name
2023-01-02 14:18:57 +01:00
x
0656bf2ed2
clean_logs: add assert
2023-01-01 04:47:37 +01:00
x
ff62ac4217
change line numbers to be correct
2023-01-01 04:25:33 +01:00
x
7e09b42c4d
clean_logs: improve var names and docs
2023-01-01 03:56:43 +01:00
x
bc488599dd
clean_logs: improve tool output
2023-01-01 03:44:28 +01:00
x
c72bf03e72
replace L_TGT
2023-01-01 02:55:57 +01:00
x
a39c30415d
script to clean logs
2023-01-01 02:17:22 +01:00
aggstam
da40746ca5
EOY housekeeping
...
Missing features added, dependencies updated and a fix in dao/entrypoint
2022-12-31 21:14:02 +02:00
aggstam
a7a5771963
script/research/last_man_standing: simulation script to replay lottery in case of multiple winners
2022-12-29 23:14:44 +02:00