Commit Graph

18 Commits

Author SHA1 Message Date
Lucas Soriano del Pino
ff68a1c1b5
Define hash_point_to_point function 2021-04-20 16:48:53 +10:00
rishflab
b2ff7eff73 hash_to_p3 working 2021-04-20 16:34:44 +10:00
rishflab
ade9e3eabf Initialise constants: I think hash_to_p3() working 2021-04-20 16:22:25 +10:00
rishflab
181d16156d Got boost compiling 2021-04-20 15:01:34 +10:00
rishflab
64b97d42b7 hash_to_p3 builds, links and can be called from rust code
Assertion failed: ((fe_add(y, w, x), !fe_isnonzero(y))), function ge_fromfe_frombytes_vartime, file depend/hash/crypto-ops.c, line 2656.
2021-04-20 09:36:31 +10:00
rishflab
00648d2747 hash_to_p3 builds using cmake but fails to link with cc-rs 2021-04-19 22:07:47 +10:00
Lucas Soriano del Pino
a93396d9a6
Test hash_to_scalar 2021-04-19 16:37:40 +10:00
rishflab
d6f610ae17 WIP: Add test 2021-04-19 15:58:26 +10:00
rishflab
c8b6a4d3c6 hash_to_scalar working with c bindings 2021-04-19 15:51:10 +10:00
Lucas Soriano del Pino
954e121641
[WIP] Copying over hash_to_scalar etc 2021-04-19 11:00:07 +10:00
rishflab
2d2803cb87 Add c bindings example 2021-04-16 14:52:35 +10:00
rishflab
74b2e0447e Sig verification passing 2021-04-16 11:23:22 +10:00
Lucas Soriano del Pino
5c7f4c8c42
Final challenge fixes 2021-04-15 17:08:48 +10:00
Lucas Soriano del Pino
085d95d07b
Compute h_0 correctly on Bob's side 2021-04-15 16:35:13 +10:00
Lucas Soriano del Pino
4a5f32fe74
Avoid recomputing wherever possible 2021-04-15 16:25:59 +10:00
Lucas Soriano del Pino
752cf85ae3
Almost finish Adaptor CLSAG 2021-04-15 15:50:38 +10:00
Lucas Soriano del Pino
52f30a6637
Fixing some stuff 2021-04-15 12:39:11 +10:00
rishflab
a64a114bec Confused about how the ring part works 2021-04-15 09:20:06 +10:00