mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
crypto.sha512
This commit is contained in:
parent
bdf1717703
commit
55b8a9acb9
8 changed files with 662 additions and 11 deletions
|
@ -2,7 +2,9 @@
|
|||
// Use of this source code is governed by an MIT license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
// This is a generic implementation with no arch optimizations
|
||||
// This is the generic version with no architecture optimizations.
|
||||
// In its own file so that an architecture
|
||||
// optimized verision can be substituted
|
||||
|
||||
module sha1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue