- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:java-code-help/Native-hashes-for-Java
Uh oh!
There was an error while loading.Please reload this page.
base:90ba469
head repository:nayuki/Native-hashes-for-Java
Uh oh!
There was an error while loading.Please reload this page.
compare:b2e5200
- 7commits
- 41files changed
- 1contributor
Commits on Aug 3, 2021
Added definition for block length in JNI C code, made use of it withi…
…n the files.
nayuki committedAug 3, 2021 Changed function parameter notation from pointer to array and added b…
…lock length annotation, in C compression functions.
nayuki committedAug 3, 2021 Added
staticto array parameters of functions in C code, updated C ……function signatures in comments in assembly code.
nayuki committedAug 3, 2021 Added
restrictkeyword to array parameters of functions in C code w……hen more than one parameter has the same type, updated C function signatures in comments in assembly code.
nayuki committedAug 3, 2021 Updated C function signatures in comments in assembly code to reflect…
… the fact that jbyte is signed.
nayuki committedAug 3, 2021 Updated copyright year in readme document.
nayuki committedAug 3, 2021
Commits on Aug 8, 2021
Fixed name of function in assembly code, due to commitac13b35.
nayuki committedAug 8, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 90ba469...b2e5200
Uh oh!
There was an error while loading.Please reload this page.