http://git.varikvalefor.i2p/vvx/matel/src/commit/5e936fc1220d013fe991afa5f4c8b231bfff8761/src/Metal/MatrixAPI/LowLevel.hs
. -- -- @encryptWKey@ is currently nonfunctional. encryptWKey :: ByteData -> PublicKey -> CipherByteData ; encryptWKey text key = T . pack [] ; -- | For all @('CipherByteData' z, 'PrivateKey' k)@, @decryptTextWKey z k@ -- decrypts @z@ with @k@, outputting the resulting 'ByteData'-based -- data. -- -- @decryptWKey@ is currently nonfunctional. decryptWKey :: CipherByteData -> PrivateKey -> ByteData ; decryptWKey crip key = T . pack [] ; -- | For all 'User' @k@, if @username...