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
In the current implementation, SSI document verification related code is defined under the directory
document_verification
directory and the package name isverification
, which is not idiomic.Keeping both signature and document verification packages under the package names
signature_verification
anddocument_verification
respectively is not possible, as snake_case for package is not idiomic as wellIt would be better to keep both of them under a single package named
verification