wg / scrypt

Java implementation of scrypt
Apache License 2.0
426 stars 144 forks source link

OSGi manifest generation #1

Closed hmalphettes closed 12 years ago

hmalphettes commented 13 years ago

Hi there,

Thanks for putting this library together!

I am using it in an OSGi runtime. I have added the generation of the OSGi manifest to the pom.xml

I am not using the native libraries. It would require some extra code to be able to load the native library from OSGi. If someone is interested in that; let me know and I'll add that somewhere on my fork.

Cheers, Hugues

wg commented 12 years ago

Thanks! I'm not familiar with OSGi and so can't maintain or verify the manifest. Additionally you'd almost certainly want to use the native code in any server-side container environment as it is significantly faster.