cryptimeleon / mclwrap

A wrapper to bring the mcl pairing library into cryptimeleon
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Make all classes but MclBilinearGroup package-private #20

Closed rheitjoh closed 3 years ago

rheitjoh commented 3 years ago

Addresses https://github.com/cryptimeleon/math/issues/95 by making every one of our wrapper classes, except MclBilinearGroup, package-private.

Also the javadoc task now only links the Math javadoc when building release versions.

Additionally, pull_request trigger for CI has been removed.