0
In BIP 32 it's stated that a Master Private key is generated by hashing the concatenation of a random seed and the string "Bitcoin seed". And is like so in the example implementations.
But I couldn't find such string on Bitcoin Core's codebase. Is the seed just hashed directly to form the Master Key and Master chain code?