8 Commits
Author SHA1 Message Date
Matt Rubin a5ea490966 Update copyright dates 2019-06-09 17:11:50 -04:00
Matt Rubin 8ac153f143 Refactor Base32 encoding to avoid binding the memory buffer
In some circumstances, re-binding a buffer that came from an external Data can result in undefined behavior:
https://forums.swift.org/t/withunsafebytes-data-api-confusion/22142/4
2019-03-28 15:57:05 -04:00
Matt Rubin 75afd515e0 [Lint] Ensure all fatalError calls have a message 2018-12-12 04:55:49 -05:00
Matt Rubin 5f2a46bcea Fix the license information in the swift file headers 2016-11-16 19:36:32 -05:00
Matt Rubin 57a6ced804 Refactor Base32 block encoding 2016-05-01 16:59:04 -04:00
Matt Rubin 1a20ae5c20 Rename character encoding function 2016-04-27 15:07:18 -04:00
Matt Rubin 194b0d3f49 Add EncodedChar typealias 2016-04-27 15:07:18 -04:00
Matt Rubin 8025452ad1 Move block encoding to its own file 2016-04-27 15:07:18 -04:00