Replies: 4 comments 5 replies
-
Yes, all of this is planned. Contributions welcome! :) |
Beta Was this translation helpful? Give feedback.
-
I will look what I can do. |
Beta Was this translation helpful? Give feedback.
-
Was going to open my own issue, but I'll just piggy back on top of this one. Thoughts on adding additional AES algorithms such as IGE? IGE is needed for Telegram's MTProto protocol, so it could be a nice addition if someone wanted to make a MTProto client library. I've already written an implementation in Crystal, so I could probably do the same here. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Currently, the crypto module only has the basic implementations of the crypto protocols. Current ones like SHA3 as hash algorithm or eliptic curves are not available. The current openssl module "x.openssl" can currently only accept TLS connections, but cannot provide any as a server. How about an implementation like in Go (crypto/tls) or Python (ssl, but then not the same syntax). This is essential for running web servers or sockets in general. Also, instead of the FTP module, the alternative SSH (which is much more secure) would be interesting. Are extensions like in Go planned?
https://github.com/golang/crypto
Beta Was this translation helpful? Give feedback.
All reactions