Martin Diehl
|
41fbc58c1b
|
standard conforming name
|
2020-09-22 13:09:12 +02:00 |
Martin Diehl
|
63f9078f04
|
don' hardcode output unit
replaced remaining write(6,..), flush(6) with write(OUTPUT_UNIT,...),
flush(OUTPUT_UNIT)
|
2020-09-22 12:15:36 +02:00 |
Martin Diehl
|
797073b015
|
print choses output unit automatically, no need to rely on 6
also shorter...
|
2020-09-17 19:28:41 +02:00 |
Martin Diehl
|
5b83c8ad3c
|
use 'error stop'
- does not require IO
- prints stack trace
|
2020-09-13 12:09:32 +02:00 |
Martin Diehl
|
a6ac875db8
|
short and clear names for integer precision
|
2020-09-12 11:02:39 +02:00 |
Martin Diehl
|
7a6ada9ad7
|
clearer name
|
2020-09-12 08:47:46 +02:00 |
Martin Diehl
|
a5f9ef118a
|
feature complete test
|
2020-09-09 12:38:02 +02:00 |
Martin Diehl
|
85d9e843f0
|
better readable
|
2020-09-09 07:50:12 +02:00 |
Martin Diehl
|
0368fdafc1
|
keyword was missing
|
2020-09-08 23:21:45 +02:00 |
Martin Diehl
|
fb68d430ec
|
decode only relevant part of the base64 string
|
2020-09-08 23:15:43 +02:00 |
Martin Diehl
|
a70819e458
|
simplified base64 encoding
- ensure valid Base64 string (needs to be padded correctly)
- background routine expects proper Base64 string (length = N*4)
- user routine ensures correct length of byte representation
|
2020-09-08 10:36:22 +02:00 |
Martin Diehl
|
049ad4e202
|
simplify base64 handling
require valid base64 string, which allows to calculate output size
automatically
|
2020-09-08 07:03:23 +02:00 |
Martin Diehl
|
cfad4a71f6
|
clearer logic
|
2020-09-08 05:56:01 +02:00 |
Martin Diehl
|
a931625be0
|
functionality to decode base64 strings into bytes
|
2020-09-06 17:44:02 +02:00 |