groupcash / php

PHP implementation of the groupcash protocol
0 stars 1 forks source link

Support multiple algorithms #5

Open rtens opened 8 years ago

rtens commented 8 years ago

At the moment there is only one Algorithm doing the signing and verification. It should be possible to use multiple algorithms. Therefore, keys and signatures need a marker to distinguish between them.

That mean we also need an object to manage the algorithms.

rtens commented 8 years ago

https://github.com/paragonie/EasyRSA