Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 614 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 614 Bytes

NDN-MPS: Multiparty Signature Support over Named Data Networking

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

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

Contact