rdf-ext-archive / discussions

This repo is for discussions all over the rdf-ext project
3 stars 2 forks source link

Create rdf-sign package for graph signing #20

Open bergos opened 8 years ago

elf-pavlik commented 8 years ago

spec: https://web-payments.org/specs/source/ld-signatures/ base: https://github.com/digitalbazaar/jsonld-signatures similar case to https://github.com/rdf-ext/rdf-normalize

elf-pavlik commented 8 years ago

I consider instead of

to use

and create rdf-ext/rdf-signatures package which would depend on http://npm.im/rdf-normalize it would just sign and verify following https://web-payments.org/specs/source/ld-signatures/ but expecting library which uses it to do all the dereferencing of key and key owner and pass them as parameters (rdf-ext graphs) to verify()

nicola commented 8 years ago

+1

elf-pavlik commented 8 years ago

@bergos I would like to start working on rdf-signatures package which will sign and verify as mentioned above. Do you have some common boilerplate which you use for rdf-* repositories? If you do, maybe you an generate new repo in rdf-ext and I will fork it and make PR once I have basic functionality ready...

bergos commented 8 years ago

@elf-pavlik I created a basic boilerplate. It contains a little bit of CONTRIBUTING.md and a little bit of folder structure.