- currently it uses an unsafe `unwrap()` when computing the hash to curve map - this is how the w3f/bls library does it as well - we need to properly handle the unwrap
unwrap()when computing the hash to curve map