문제

I am trying to simultaneously encrypt a message to multiple public keys using ECC in python. The modules I have tried include a number of seccure-based modules, along with https://pypi.python.org/pypi/ecc

Can anyone help me with this? To be clear, I am trying to avoid encrypting a separate ciphertext for each public key, which is a linear expansion factor; ECC can achieve far better.

(sks-ecc is the only implementation I've seen to succeed at this at all, and there doesn't seem to be availability in python.)

도움이 되었습니까?

해결책

It seems like, under the assumption that I'm even correct that this property of ECC is possible, which the open-source corner of the internet seems to be trying to convince me is false even though I've worked with it myself, it's probably patented, so I'm giving up and just doing the linear expansion.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top