Re: [go-nuts] There are post-quantum public key cryptograph in Go ? or binds to Go? Thanks.

2019-06-08 Thread Daniel Norte Moraes
Hi! the aes256-ctr is secure iff the exchange of keys is secure. the exchange keys need use a post-quantum algorithm for this, that in turn return to need for a post-quantum crypto. The nist list is a good list to find someone bind or pure go version. :-) Thanks! :-) Em sábado, 8 de junho de

Re: [go-nuts] There are post-quantum public key cryptograph in Go ? or binds to Go? Thanks.

2019-06-08 Thread Daniel Norte Moraes
Nist have a second round for list post-quantum resistent cryptos, if someone dont't have a new one, a bind in go for this list is Wellcome. :-) Em sexta-feira, 7 de junho de 2019 21:23:19 UTC-3, Michael Jones escreveu: > > Your question is maybe a decade premature. Post-quantum cryptography, as

Re: [go-nuts] There are post-quantum public key cryptograph in Go ? or binds to Go? Thanks.

2019-06-07 Thread Marcin Romaszewicz
The NIST publishes some recommendations for applied cryptography, and they've amended their recommendations recently away from some quantum-weak algorithms. Here's a good starting point for reading. Your biggest cryptography p

Re: [go-nuts] There are post-quantum public key cryptograph in Go ? or binds to Go? Thanks.

2019-06-07 Thread Michael Jones
Your question is maybe a decade premature. Post-quantum cryptography, as in, “now that quantum encryption is here and understood, we have tools to build public key mechanisms provably safe for 50+ years in this post-quantum environment,” is mostly a sentence from the future. I have patents pending

[go-nuts] There are post-quantum public key cryptograph in Go ? or binds to Go? Thanks.

2019-06-07 Thread Daniel Norte Moraes
HI! There are post-quantum public key cryptograph in Go ? or binds to Go? My need is just keys creation, encryption and decryption. Many Thanks in Advance! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this g