hypersign-protocol / hid-node

A permissionless blockchain network to manage digital identity and access rights
https://hypersign.id
Apache License 2.0
223 stars 23 forks source link

refactor: clubbing document and signature verification in a single package #321

Closed arnabghose997 closed 1 year ago

arnabghose997 commented 1 year ago

In the current implementation, SSI document verification related code is defined under the directory document_verification directory and the package name is verification, which is not idiomic.

Keeping both signature and document verification packages under the package names signature_verification and document_verification respectively is not possible, as snake_case for package is not idiomic as well

It would be better to keep both of them under a single package named verification