xlab-si / emmy

Library for zero-knowledge proof based applications (like anonymous credentials)
Apache License 2.0
233 stars 54 forks source link

Introduce isQR function in qr package #103

Closed mancabizjak closed 6 years ago

mancabizjak commented 6 years ago

This commit removes IsQuadraticResidue from crypto/common package. Its refactored version is now called IsQR, and resides in the crypto/qr package.

@miha-stopar Please check tests for the function.