Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
azure-cloud-mining-script
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
azure-cloud-mining-script
Commits
2f7727e6
There was an error fetching the commit references. Please try again later.
Commit
2f7727e6
authored
7 years ago
by
fireice-uk
Browse files
Options
Downloads
Patches
Plain Diff
rename soft_aes.c
parent
8ee452ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xmrstak/backend/cpu/crypto/cryptonight_aesni.h
+2
-3
2 additions, 3 deletions
xmrstak/backend/cpu/crypto/cryptonight_aesni.h
xmrstak/backend/cpu/crypto/soft_aes.hpp
+0
-0
0 additions, 0 deletions
xmrstak/backend/cpu/crypto/soft_aes.hpp
with
2 additions
and
3 deletions
xmrstak/backend/cpu/crypto/cryptonight_aesni.h
+
2
−
3
View file @
2f7727e6
...
...
@@ -36,14 +36,13 @@ static inline uint64_t _umul128(uint64_t a, uint64_t b, uint64_t* hi)
#error You are trying to do a 32-bit build. This will all end in tears. I know it.
#endif
#include
"soft_aes.hpp"
extern
"C"
{
void
keccak
(
const
uint8_t
*
in
,
int
inlen
,
uint8_t
*
md
,
int
mdlen
);
void
keccakf
(
uint64_t
st
[
25
],
int
rounds
);
extern
void
(
*
const
extra_hashes
[
4
])(
const
void
*
,
size_t
,
char
*
);
__m128i
soft_aesenc
(
__m128i
in
,
__m128i
key
);
__m128i
soft_aeskeygenassist
(
__m128i
key
,
uint8_t
rcon
);
}
// This will shift and xor tmp1 into itself as 4 32-bit vals such as
...
...
This diff is collapsed.
Click to expand it.
xmrstak/backend/cpu/crypto/soft_aes.
c
→
xmrstak/backend/cpu/crypto/soft_aes.
hpp
+
0
−
0
View file @
2f7727e6
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment