Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Codesnippets
»
Math
»
SHA-2 Cryptographic hash function
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: SHA-2 Cryptographic hash function (Read 12669 times)
kanonet
Administrator
Prof. Inline
Posts: 1137
Re: SHA-2 Cryptographic hash function
«
Reply #15 on:
2012-Oct-24 »
Or just add the famous:
Code: (glbasic)
[Select]
FUNCTION foo:
ENDFUNCTION
before the first INLINE. You need to close the main function before you can call this INLINE part.
Logged
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64
MrTAToad
Guest
Re: SHA-2 Cryptographic hash function
«
Reply #16 on:
2012-Oct-24 »
Its must better to put all INLINE stuff in source files and not the main program file.
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
GLBasic forum
»
Codesnippets
»
Math
»
SHA-2 Cryptographic hash function