英文:
how to perform xor operation with ECC point and hash value
问题
我需要对ECC点和哈希结果执行异或操作。即
N = A异或hash;A为ECC点。哈希结果为BigInteger。请告知。
注意:我在Java中使用Bouncy Castle API实现ECC。所以请问有谁可以帮助我如何使用ECC点执行异或操作。还请告知BigInteger是否可以转换为ECFieldElement对象?如果可以,应如何操作?请告知。
提前感谢!!!
英文:
I need to perform XOR operation with ECC point and hashresult. that is
N=A xor hash; A-ECC Point. hash result is BigInteger. please let me know.
note: I am using bouncy castle API for implementing ECC in java. So can anybody please help me how to carry out xor operation with ECC point. and also tell me is BigInteger can be converted into ECFieldElement Object?.if so how? please let me know..
Thanks in advance!!!...
专注分享java语言的经验与见解,让所有开发者获益!
评论