Closed jtraglia closed 1 year ago
@StefanBratanov do we need to expose a getBytesPerBlob()
method?
@StefanBratanov do we need to expose a
getBytesPerBlob()
method?
We already do it in CKZG4844JNI right? Or you mean have it as a native method?
Can change actually the javadoc of getFieldElementsPerBlob()
as well since it is not correct.
@StefanBratanov do we need to expose a
getBytesPerBlob()
method?We already do it in CKZG4844JNI right? Or you mean have it as a native method?
Ah that's right. I forgot it was in CKZG4844JNI. It doesn't need to be a native method.
Can change actually the javadoc of
getFieldElementsPerBlob()
as well since it is not correct.
Fixed in 072cb97. Happy to make changes if it doesn't read well.
Can change actually the javadoc of
getFieldElementsPerBlob()
as well since it is not correct.Fixed in 072cb97. Happy to make changes if it doesn't read well.
Looks good. Thanks. Happy to merge.
This PR updates the Java bindings to work with runtime field counts.