add

abstract fun add(first: List<ULong>, second: List<ULong>): List<ULong>

Adds two big integers

Return

result of add