1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-24 00:18:26 +00:00

crypto/shamir: Add copyright.

This commit is contained in:
Andrew Kozlik 2019-04-18 15:11:54 +02:00
parent 1ee831f50c
commit ccb169e39e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Implementation of the hazardous parts of the SSS library * Implementation of the hazardous parts of the SSS library
* *
* Copyright (c) 2017 Daan Sprenkels <hello@dsprenkels.com> * Copyright (c) 2017 Daan Sprenkels <hello@dsprenkels.com>
* Copyright (c) 2019 SatoshiLabs
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"), * a copy of this software and associated documentation files (the "Software"),

View File

@ -1,6 +1,7 @@
/* /*
* Low level API for Daan Sprenkels' Shamir secret sharing library * Low level API for Daan Sprenkels' Shamir secret sharing library
* Copyright (c) 2017 Daan Sprenkels <hello@dsprenkels.com> * Copyright (c) 2017 Daan Sprenkels <hello@dsprenkels.com>
* Copyright (c) 2019 SatoshiLabs
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"), * a copy of this software and associated documentation files (the "Software"),