I'm using scrypt to produce key derivation, but the problem is the output is bigger than 256bit and I want to use it in AES-GCM with 256 bit key. So how can I do that? I'm tying to make an application on Android.
Edit : I'm sorry guys for not giving you more information Okay .. the library that i'm using is this https://github.com/wg/scrypt
this is the out put that i'm getting
"$s0$e0801$eX8cPtmLjKSrZBJszHIuZA==$vapd0u4tYVdOXOlcIkFmrOEIr1Ml2Ue1l2+FVOJgbcI="
this is over than the AES engin can handle so how can i use it