Made some advancements on the cryptographic primitives implementation
This commit is contained in:
parent
cb72a9cdc9
commit
0eae5818a0
8 changed files with 69 additions and 17 deletions
|
|
@ -54,7 +54,6 @@ pub fn resolveEngine(comptime provider: PartialEngine) Engine {
|
|||
.sha512 = provider.sha512 orelse SHA512.DefaultImplementation,
|
||||
.x25519 = provider.x25519 orelse X25519.DefaultImplementation,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue