如何使用椭圆曲线点和哈希值执行异或操作

huangapple 未分类评论47阅读模式
英文:

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!!!...

huangapple
  • 本文由 发表于 2020年4月9日 22:10:50
  • 转载请务必保留本文链接:https://java.coder-hub.com/61123151.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定