varikvalefor / matel

Matel is an incomplete Haskell-based Matrix client.
The Unlicense
9 stars 0 forks source link

Metal: Implement aes256Crypt :: T.Text -> T.Text -> T.Text. #88

Open varikvalefor opened 3 years ago

varikvalefor commented 2 years ago

The use of Data.ByteString.ByteString may be preferable to the use of Data.Text.Text; Data.Text.Text does not support certain character sequences.