For strings X and Y, X || Y is the concatenation of X and Y. For example, 11001 || 010 = 11001010.
						                            Source(s):
						                            
								                            
                                                                
                                                                    NIST SP 800-185
                                                                
                                                                                                                                                                                                
									                            
						                            
						                            
						                        
					                            
						                              Concatenation of two strings X and Y.
						                            Source(s):
						                            
								                            
                                                                
                                                                    NIST SP 800-56B Rev. 2
                                                                
                                                                                                                                                                                                
									                            
						                            
						                            
						                        
					                            
						                              Concatenation of two strings X and Y. X andYare either both bitstrings or both byte strings.
						                            Source(s):
						                            
								                            
                                                                
                                                                    NIST SP 800-90A Rev. 1