6 lines
157 B
Scheme
6 lines
157 B
Scheme
|
(define-interface base64-interface
|
||
|
(export base64-encode-vector
|
||
|
base64-encode-port
|
||
|
base64-decode-string
|
||
|
base64-decode-port))
|