l am using jsbn npm module to generate big integer value and in that i need to use valueOf(val) (e.g val is of long type) method, but jsbn has not implemented this method. The same method is available in Java Biginteger library. Is there workaround for valueOf(val) method? If yes please help.
Thanks In advance.