I need to convert an array of bytes to another base, namely 85. In mathematical terms, the question is, how is it most efficient to convert from base-256 to base-85?
This question is inspired by my previous question - What is the most efficient way to encode an arbitrary GUID into readable ASCII (33-127)?
Thanks.
Do you mean this? http://www.codinghorror.com/blog/2005/10/c-implementation-of-ascii85.html
Source: https://habr.com/ru/post/1309901/More articles:What security issues should I have in PHP Hosting - securityIs it possible to run a PHP script every hour or so without using cronjob? - phpcall php script every minute - phpWhere should the configuration be located? - javaReformatting a Java string - javaRegistering instances with MEF - .netWhen should var be used in C #? - c #how to make portable regex? - regexHow to use NSTableView selectedRowIndexes? - objective-cvar keyword in C # 3.0 - c #All Articles