<div dir="ltr"><div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I was asked if anyone has performed/built commercially viable<br>
implementations/products using homomorphic encryption and/or structured<br>
encryption.<br>
</blockquote></div></div><div><br></div><div>There are at least two applications I know of that are commercially viable. First, the Lynx system for real-time reporting of electric vehicle information, and similar systems for anonymous vehicle authentication. I am honestly not totally sure about how viable these are in the wild. The second is in cryptocurrencies. The cryptocurrency Monero makes extensive use of Pedersen commitments (which are homomorphic), to hide transaction amounts while allowing the user to prove that the sum of the transaction input amounts and sum of the transaction output amounts (fees included) equals zero. They have used Pedersen commitments since at least 2017, and the market cap indicates that the approach is commercially viable. Homomorphic cryptography is also often used to create smart contracting systems in Ethereum and other so-called 'smart' currencies, and may (or may not!) satisfy your definition of "structured cryptography."</div><div><br></div><div>Cheers,</div><div><br></div><div>Brandon<br></div></div>