Goals:
- NDN-format signature based on BLS (Boneh–Lynn–Shacham) digital signature over BLS(Barreto-Lynn-Scott) 12-381 curve.
- Multi-party signature negotiation protocol
- Multi-party signature verification scheme with enhanced NDN Trust Schema
Build without unit tests:
mkdir build
cd build
cmake ..
make
Build with unit tests:
mkdir build && cd build
cmake -DHAVE_TESTS=1 -DCMAKE_BUILD_TYPE=Release ..
make
./unit-tests
- Zhiyi Zhang (zhiyi@cs.ucla.edu)
- Siqi Liu (tylerliu@g.ucla.edu)