Jugendhackt / haskell-ricochet

(WIP/Experimental) Ricochet implementation as Haskell Library.
GNU General Public License v3.0
22 stars 0 forks source link

Add some missing crypto primitives #46

Closed photm5 closed 8 years ago

photm5 commented 8 years ago

I missed some crypto primitives needed to implement the protocol. I hope we have everything now.

froozen commented 8 years ago

Could you please explain why we need the raw signing? I'd also like to propose kicking out VerifyStatus altogether, as a simple Bool does the same, but is usable in if-clauses.

froozen commented 8 years ago

:+1: