Skip to content

clean code and change return type of os2ip to (ip, error) result

ChiaChi Tsai requested to merge cc@bls-clean into marigold@bls

Context

The change includes

  • clean code
    • moving functions from crypto_util to bls_signature and under proper module
  • change return type of os2ip to (ip, error) result
  • remove os2ip_i2osp_symmetric_test test case since there is test_prop_os2ip_i2osp_roundtrip

TODO:

  • adding more test_prop_os2ip_i2osp_roundtrip
  • adding multiple test_prop_i2osp_os2ip_roundtrip

Merge request reports