Sofía Celi

Results 75 comments of Sofía Celi

@SadieCat the server does not to be trusted, btw, in OTRv4. Clients only need a place to publish that could be later discoverable. We are writing now an XEP around...

> It sounds like we could provide an OTRPREKEY ISUPPORT token for discovery then have a command for setting and retrieving keys for accounts? I think that could work. Something...

@slingamn The specification is written in that way. It even clarifies that you can have different modes on how you implement it: https://github.com/otrv4/otrv4/blob/master/otrv4.md#otrv4-modes. And there is a separate specification around...

Support for only having online conversations is possible with OTRv4, and it corresponds to mode: 'OTRv4-interactive-only' (you will still need here a publishing place -can be the same prekey server-...

A cool thing that we can do is a repo for all of these thoughts, as a starting point (I'll create one in a minute). It will be cool to...

So, here is the repo: https://github.com/otrv4/OTRv4-over-IRC

@ahf @dequis Yeah, it went that way on CCC ;) But now, we have more time to actually look at OTR over IRCv3 and IRC ;) @ahf more than anything,...

After checkin this, it looks good but will def need some work to be implemented. @armfazh, what if we take some ideas from here to be integrated into CIRCL?

I was thinking just the same. I'll propose a refactoring for this.

This is interesting. One thing that can be done for curve448 is move it to the twisted edwards, apply the decaf functionality there, and then convert it back to montgomery.