Skip to content

BLS based multiparty signature over Named Data Networking (in progress)

License

Notifications You must be signed in to change notification settings

UCLA-IRL/ndn-multi-party-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c57f623 · Aug 9, 2021
Jan 11, 2021
Mar 4, 2021
Jan 11, 2021
Mar 4, 2021
Mar 4, 2021
Feb 10, 2021
Mar 25, 2021
Dec 29, 2020
Dec 8, 2020
Feb 22, 2021
Dec 8, 2020
Aug 9, 2021
Jan 23, 2021
Mar 4, 2021
Feb 9, 2021
Feb 7, 2021

Repository files navigation

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

About

BLS based multiparty signature over Named Data Networking (in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published