package crypto

import (
	

	

	
)

// ServerSalt computes server salt.
func ( bin.Int256,  bin.Int128) ( int64) {
	var  [8]byte
	copy([:], [:8])
	xor.Bytes([:], [:], [:8])
	return int64(binary.LittleEndian.Uint64([:]))
}