package hkdf

import (
	
	
)

func [ hash.Hash]( func() , ,  []byte) []byte {
	,  := hkdf.Extract(, , )
	if  != nil {
		panic()
	}

	return 
}

func [ hash.Hash]( func() ,  []byte,  string,  int) []byte {
	,  := hkdf.Expand(, , , )
	if  != nil {
		panic()
	}

	return 
}