Converts message to base w (convenience overload)
static List<int> baseW(Uint8List msg, List<int> destination) { return baseW_(msg, destination, 0, destination.length); }