]> gitweb.factorcode.org Git - factor.git/blob - extra/sodium/ffi/const/const.factor
Switch to https urls
[factor.git] / extra / sodium / ffi / const / const.factor
1 ! Copyright (C) 2020 Alexander Ilin.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: layouts literals math.bitwise math.order
4 sodium.ffi.const.size_max ;
5 IN: sodium.ffi.const
6
7 CONSTANT: SODIUM_SIZE_MAX $[ SIZE_MAX 64 on-bits min ]