Bcrypt is bcrypt . You will need three functions to use the bcrypt function: salt, key, and value.
As long as you can provide the three required values in some way, and the libraries are not broken, then the result of the bcrypt hash will be the same - the parameters and the result may need to be converted between the byte [] and the hexadecimal string or something else but the hash value will be the same.
Salt and value are sometimes encoded in a "hash" - for example, combined into one line. In this case, it is just a simple conversion to create / extract the appropriate parameters and exchange format.
, , , . bcrypt / . ( , .)
, , . , , .
, , . , , bcrypt , , - , . ( - , ..)